Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UpperCase in EditBox
Message
De
02/01/2002 11:43:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00599764
Message ID:
00599779
Vues:
21
Hello Robert,
* keypress() method of editbox
LPARAMETERS nKeyCode, nShiftAltCtrl

if nKeyCode >= 97 and nKeyCode <= 122
    nKeyCode = nKeyCode - 32
    nodefault
    dodefault(nKeyCode, nShiftAltCtrl)
endif
>Hi All
>
>Is there a way to force the editbox convert all entered character data to uppercase?
>
>TIA
>
>Robert
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform