Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox
Message
 
À
22/06/2000 10:01:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00383133
Message ID:
00383136
Vues:
17
>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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform