Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Whats Wrong Here?
Message
From
31/03/2000 16:08:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00353435
Message ID:
00353627
Views:
15
>I have a text box with:
>
>.Format = "R"
>.InputMask = "$$$,$$$.99"
>
>And when I run the form, the textbox shows "$$$,$$$."

The dollar sign goes in the Format property, not the inputMask property.

Set format = "R$" (Although you probably don't need the R any more)
Set inputmask = 999999.99
Previous
Reply
Map
View

Click here to load this message in the networking platform