Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of Function Key
Message
 
To
25/06/2003 16:04:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803982
Message ID:
00803987
Views:
8
- F10 is reserved for Menu. Try with another key:
- Set Keypreview to .t. On you form and on keypress event put this code
IF nKeycode = -8 &&F9
Thisform.cmdExit.click()
ENDIF



>I need help on some basic programming. I want to set up a function key to execute the code residing in my click event of the exit button. In my form's init method I coded "ON KEY LABEL F10 THISFORM.CMDEXIT.CLICK()". When I press the F10 button I get the error message saying THISFORM can only be used within a method. I tried putting the code in a program and change the code to "ON KEY LABEL F10 DO quit" and getting the same result. Would appreciate some guidance on how to accomplish this. Thanks in advance for any help.
Dominican Republic, a Paradise in America
Previous
Reply
Map
View

Click here to load this message in the networking platform