Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function key returns 'Ÿ' character in textbox
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
00995929
Message ID:
00995958
Vues:
14
>I'm using the Keypress to launch my code. To simulate my problem I did the following: I made a new form, put a textbox on it and set the format of the textbox to '!'. When I launch the form and press whatever function key, the 'Ÿ' appears in the textbox.

I suggested to use Textbox Keypress in my first message
* Textbox Keypress
LPARAMETERS nKeyCode, nShiftAltCtrl
IF ("!" $ This.Format) AND nKeyCode < 0
	NODEFAULT
ENDIF	
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform