Hi,
I used before TRzDBNumericEdit with a field type NUMERIC(18,2) (FireBird database). In the new version 5.5.1 is TRzCalculator implemented in TRzDBNumericEdit and i have read in RC5WhatsNew.pdf "The calculator supports both Integer and floating point operations." Does that mean that TRzDBNumericEdit no longer supports fields of type NUMERIC and DECIMAL in a FireBird database ?
With a NUMERIC(5,2) field (property DisplayFormat € #0.00) I get a EConvertError : "=' is not a floating point value.' (RzDBEdit.pas procedure TRzDBNumericEdit.DataChanged line 2464). A FLOAT is -as expected- no problem but I don't want to use a FLOAT when the value is a money value with exact 2 decimals.
Greetings,
Hans
