Subject Strange behaviour with FieldsDisplayFormat
Author guido.klapperich@t-online.de
I have a domain D_MONEY, which is Numeric(18,5) and in
FieldsDisplayFormat of my Connection I have the following entry
D_MONEY=#,###,##0.00 $
So all Values are displayed only with 2 digits after the decimal point.
Now I click for example in a IB_Edit, which displays such a value, then
all 5 digits after the decimal point are visible. When I leave the
IB_Edit only 2 digits are visible. Does anybody know, how to ensure,
that always only 2 digits are visible ?


Guido