Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KeyPress Event Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00038260
Message ID:
00039173
Vues:
57
>Thanks for the input, but I still have to find someone who knows the answer to this, maybe it is
>a Keypress Event answer or maybe it is something else.
Bret,

Try something like this in the keypress,

IF nKeyCode >= 97 AND nKeyCode <=122 && keys a through z
NODEFAULT
KEYBOARD UPPER(CHR(*nKeyCode))
DoDefault()
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform