Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function key returns 'Ÿ' character in textbox
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
00995929
Message ID:
00995958
Views:
15
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform