Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit Box
Message
 
À
01/12/2000 12:21:45
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:
00448162
Message ID:
00448169
Vues:
17
>Is there a way to make text entered into an edit box automatically uppercase? I have tried the ! in the format property but it dosen't work.


Yes, for editboxes you can only set it to select on entry.
Placing this code in your keypress method will work.
LPARAMETERS nKeyCode, nShiftAltCtrl
DODEFAULT(ASC(UPPER(CHR(nKeyCode))),nShiftAltCtrl)
nodefault
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform