Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable
Message
From
07/10/1996 17:45:23
 
 
To
07/10/1996 14:54:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00009551
Message ID:
00009557
Views:
32
>hi,
>
> i am new in visual foxpro, i am trying to get a variable,in a Text Box,the first value of this variable is space(30), and i dont want the user to be able to enter more than 30 characters. how do i do?
>
> thanks

Put following code into Init event of your textbox:
this.inputmask=replicate('x',30)
this.value=space(30)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform