Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upper Case
Message
De
29/03/2000 17:08:46
 
 
À
24/03/2000 08:45:50
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00349930
Message ID:
00352422
Vues:
13
>Is there a way to make typed charactors in a textbox automatically convert to uppercase other than CapsLock(.T.)?

Along with the "!"'s, you can put:

lnSel = this.selstart
this.value = upper(this.value)
this.selstart = lnSel


In the interactive change in the textbox. The reason I might do this instead of teh format property is if you suddenly want to swiych to Proper() or lower()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform