Subject | Re: MORE Re: [IBO] TIB_DQSL problem |
---|---|
Author | Helen Borrie |
Post date | 2003-05-29T06:31:43Z |
At 08:59 AM 29/05/2003 +0200, you wrote:
Rec_Count=0.00
Isn't Rec_Count an integer, anyway? Because integers have a precision of
zero, you won't see any precision characters displayed. There should be no
reason to include a FieldsDisplayFormat for an integer, since Delphi
already displays it correctly.
Helen
>Hello HelenDon't include space-characters around the "=" sign.
>I did what you told about setting the column itself to
>"Rec_Count = 0.00"
>And still no impact...
Rec_Count=0.00
Isn't Rec_Count an integer, anyway? Because integers have a precision of
zero, you won't see any precision characters displayed. There should be no
reason to include a FieldsDisplayFormat for an integer, since Delphi
already displays it correctly.
Helen