Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I retrieve nKeyCode for function key F2 and F10
Message
From
29/12/2001 14:03:33
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00598702
Message ID:
00599158
Views:
15
Before you can use F2 & F10, you must assign these key to another key.
Set function F2 to chr(84) && assign F2 to Shift-F1
Then you can get the key in the KeyPress event
If nKeyCode = 84
....
endif

Hth
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform