Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable
Message
De
07/10/1996 17:45:23
 
 
À
07/10/1996 14:54:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00009551
Message ID:
00009557
Vues:
31
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform