I have set the DisplayFormat for a Numeric Field to #,###,##0.00. if i input 100.15 it becomes 100.00.
I wonder why. I am using ClientDataset with SQL 2000 backend.
My guess would be your DataType for the field in the FieldDefs of the ClientDataSet - check that it is a ftFloat. There is nothing wrong with your display format.
Datatype in SQL Server is "Money" and i am using DBExpress with DatasetProvider and ClientDataset. In clientdataset, it is "TFMTBCDField".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.