Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KeyPress Event Question
Message
De
09/07/1997 17:04:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00038260
Message ID:
00039191
Vues:
53
> >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 > or something IF nKeyCode >= 97 AND nKeyCode <=122 NODEFAULT base_object::keypress(ASC(UPPER(chr(nkeycode))),nSHIFTALTCTRLstatus) endif Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform