Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard command not working?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00010223
Message ID:
00010225
Vues:
39
>Has anyone successfully used the command:
>
>keyboard upper(chr(nkeycode)) &&nkeycode init to 0
>
>in VFP/Win 95 for textbox input? I used this back in FPW 2.6, without trouble, as I recall. I've tried putting it various places but to no avail, lower case input still shows up lower. I'm using table buffering. What am I doing wrong?
>

in the keypress event

param tnKeyCode,tnALTSHIFTCTRL
local lnUpperKeCode
lnUpperKeycode=asc(upper(chr(tnKeyCode))
textbox::keypress(lnKeyCode,tnALTSHIFTCTRL)
nodefault

or something similar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform