Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using keypress event
Message
From
08/06/2003 06:35:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using keypress event
Miscellaneous
Thread ID:
00797734
Message ID:
00797734
Views:
56
In data entry I allowed the user to press a function key to enter selected data. It has worked for over 9 months without a problem. This weekend the program started putting a Y with two dots over it in front of the text it entered.
In the example of New MEP - it entered "YNew MEP" with the Y having two dots over it. It also happens with all the other functions key I have set up in the keypress event for this field. I am using VFP7
***Code in keypress event for the field
IF nkeycode = -3
 this.Value = "New MEP" 
endif 
Any idea what is happening?
Thanks in advance.
Gaylen
Next
Reply
Map
View

Click here to load this message in the networking platform