Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display 9 in inputmask?
Message
 
To
08/09/1999 12:59:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00259907
Message ID:
00262465
Views:
17
>For example, I just want the user to type in a 6 digit number, but I want the user to see: __#__#__
>(where the __ is two spaces).
>If I were to just use - in place of #, VFP would happily display __-__-__. So if I could simply let VFP know the # is an actual character (and not some special formating character), everything would be fine. Any thoughts?
>
>-jam :)

Joel,

Set the field as a character field with 6 spaces. Set the format of the textbox as R, and the Inputmask as 99-99-99

If 123344 is entered the user will see 12-33-44 and the field will contain 123344.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform