Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible bug in keypress
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01245609
Message ID:
01245665
Vues:
37
>And what's wrong with ISALPHA([d])?

I don't know since I can not work that quick on more than 10 things at once.

I've tried
LPARAMETERS nKeyCode, nShiftAltCtrl
if between(nKeyCode, 32, 255) and isalpha(chr(nKeyCode))
   NODEFAULT
   DODEFAULT(Asc(Upper(Chr(nKeyCode))),nShiftAltCtrl)   
ENDIF
And in quick tests didn't get errors.

However, Copy-paste obviously didn't work and should be handled separately.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform