Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress event
Message
 
À
15/02/2012 12:28:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01535480
Message ID:
01535484
Vues:
69
I still did not have my coffee this morning, but I would think that your DODEFAULT should not work right as you should give the parameters, in fact you can try:
LPARAMETERS nKeyCode, nShiftAltCtrl

IF NOT INLIST(nKeyCode, 9, 13, 15)
	DODEFAULT(ASC(UPPER(CHR(nKeyCode))), nShiftAltCtrl)
	thisform.setFilter 
	NODEFAULT
ENDIF
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform