Format Mask [message #77548] |
Wed, 03 October 2001 03:11 |
Heinz Prochaska
Messages: 2 Registered: October 2001
|
Junior Member |
|
|
I have a database field datatype float size 126 and I want to display only 3 digits before and 4 digits after the comma. How can I do That ? I have tried a format mask "999.9999" but that results only in a display of ########
Many thanks for a tip
Heinz
----------------------------------------------------------------------
|
|
|
Re: Format Mask [message #77576 is a reply to message #77548] |
Tue, 09 October 2001 12:57 |
Surendra K
Messages: 8 Registered: September 2000
|
Junior Member |
|
|
Hi Heinz,
you say 3 digits before and 4 digits after comma but you have dot in your format mask instead of comma. change it to comma and try.
All the best
----------------------------------------------------------------------
|
|
|