Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keypress - always lowercase
Message
 
 
À
25/12/2008 09:57:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01369649
Message ID:
01369716
Vues:
32
You're welcome.
Keep in mind that it bypasses any code in he parent Textbox class(es).


>Thanks yet again, Sergey, that did the trick.
>
>>Try
>>
>>	PROCEDURE text1.KeyPress
>>		LPARAMETERS nKeyCode, nShiftAltCtrl
>>		*DODEFAULT(Asc(Lower(Chr(nKeyCode))), nShiftAltCtrl)
>>		Textbox::KeyPress(Asc(Lower(Chr(nKeyCode))), nShiftAltCtrl)
>>		NODEFAULT 
>>	ENDPROC
>>
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform