Show Blanks

I am using various TDBAdvEdit components (regular, button, etc) in money edit mode.

I am hoping I can get them to display blank when the underlying database field value is null or 0.

Any suggestions?


Thanks much

Did you try to set

DBAdvEdit.AllowNumericNullValue = true?

AllowNumericNullValue is set to true.

We have seen an issue with etMoney edit type and have fixed this.
We'll release an update with this fix today.

Fantastic! Thanks much

Here is my result:
The update fixes the TDBAdvEdit, but the TDBAdvEditBtn still does not respect the AllowNumericNullValue property.

Thanks

Correct. Same fix had to be applied to TDBAdvEditBtn as well. We applied it and next update will have the fix.