Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using ON KEY LABEL in FORMS
Message
 
To
10/11/1998 05:22:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00156063
Message ID:
00156066
Views:
29
>ON KEY LABEL F2 DO showmykey

Bernard,

Set the form's KeyPreview to .T. and in the form's Keypress put this code;
IF nKey = -1
   THISFORM.ShowKeys()
   NODEFAULT
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform