Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox display format - $ and commas?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00236463
Message ID:
00236619
Views:
8
>When I use a format of '$', I get my currency symbol in front of the field value, but adding a comma does not add commas. How can I include the display of commas for dollar values?
>
>TIA

Michael,

The Format property applies to the entire value, the inputmask applies to each character in the value. What you want is;

Format = $
Inputmask = "999,999,999.99"

Make the number of 9's equal to the largest value that will be displayed.
Previous
Reply
Map
View

Click here to load this message in the networking platform