Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting commas in text box using program
Message
From
05/04/2004 22:27:02
 
 
To
05/04/2004 11:28:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00892254
Message ID:
00892498
Views:
29
John,

I guess you have to loop through all textbox controls ( use AMEMBERS() ), then check if the Value property evaluates to a numeric data type ( use TYPE() ). Then and only then can you set the InputMask property to "999,999,999.99" or whatever number of decimals you need to put.

HTH

Dennis


>Yuri, a question,
>thisform.setall("inputmask","999,999,999.99","textbox") works fine to all textbox in a form, but how can i determine when a textbox is not using a number format and don't change it inputmask?
>Thanks?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform