Hi All:
I'm working in Dev 6. I am trying to format the contents of a text box in forms to display a number field like $99,999.99. Under the properties pallete for the text element have have these settings:
Data Type: Money (tried Number too)
Maximum Length: 30 (plenty big)
Fixed Length: No
Format Mask: FM"$9,999.99"
The datatype from my table is defined 'number (7,2)'.
The text element is long enough, but everytime I run the form the values show up ##########.
Any help would be very much appreciated!
I'm working in Dev 6. I am trying to format the contents of a text box in forms to display a number field like $99,999.99. Under the properties pallete for the text element have have these settings:
Data Type: Money (tried Number too)
Maximum Length: 30 (plenty big)
Fixed Length: No
Format Mask: FM"$9,999.99"
The datatype from my table is defined 'number (7,2)'.
The text element is long enough, but everytime I run the form the values show up ##########.
Any help would be very much appreciated!