Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox
Message
 
 
To
22/06/2000 10:01:58
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00383133
Message ID:
00383136
Views:
18
>I have a textbox with no ControlSource.
>
>The Textbox will hold numbers, but I want them to be held as strings. How can I ensure that the VALUE in the textbox will always be a string rather than a number value. My InputMask is 9999.

One way is to set the value to a string in the textbox init.

THIS.VALUE = ""
or
THIS.VALUE = "1234"
Previous
Reply
Map
View

Click here to load this message in the networking platform