Subject | Float truncation |
---|---|
Author | Leeway |
Post date | 2001-08-04T13:58:36Z |
I have a floating point field connected to a TIB_Edit
I want to limit the field to 2 digits after the decimal point.
How do I do this ?
Can I limit the number of digits after the decimal point in the
database itself ?
I tried this
QTIB_Art.FieldByName('EP_EXCL').AsFloat := StrToFloat(FloatToStrF
(QTIB_Art.FieldByName('EP_EXCL').AsFloat,ffFixed,12,2));
This does not work, is there a way to use a mask or what can I do ?
Lee
I want to limit the field to 2 digits after the decimal point.
How do I do this ?
Can I limit the number of digits after the decimal point in the
database itself ?
I tried this
QTIB_Art.FieldByName('EP_EXCL').AsFloat := StrToFloat(FloatToStrF
(QTIB_Art.FieldByName('EP_EXCL').AsFloat,ffFixed,12,2));
This does not work, is there a way to use a mask or what can I do ?
Lee