Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't set input mask
Message
From
26/04/2001 07:40:28
 
 
To
26/04/2001 04:50:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00500002
Message ID:
00500029
Views:
31
>
*init
>this.Inputmask=PADL("",FSIZE(this.name,"modacad"),"X")
>
>I tried that but it just won't accept the inputmask.
>When I do it in the form init event it works fine.

The replicate function could be used as well:

this.inputmask = replicate('X',fsize(this.name,'modacad'))
Previous
Reply
Map
View

Click here to load this message in the networking platform