Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Input Mask
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00356962
Message ID:
00356973
Views:
10
>Currently if I allowed users to put 25 characters in a field, I would have to define in the input mask the following:
>
>!!!!!!!!!!!!!!!!!!!!!!!!!
>
>
>Is there an easier way to define input masks instead of me repeating the "!" character 25 times. Help appreciated
>
>Nick Patel

Nick, put the following or similar expression ito your .InputMack property

=EVAL('REPLICATE("X",25)')

(I am not sure why you are using "!" for your inputmask. If you want all characters to be entered in uppercase you need to place just one ! into .Format property along with the necessary inputmask settings)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform