Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function Keys
Message
From
19/05/1998 21:25:52
 
 
To
19/05/1998 06:15:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00100263
Message ID:
00100439
Views:
23
>>I would like to associate Function keys (F1...F9) with the Command buttons. >>How could I upon pressing one of the function key, then trigger the >>button's >>Click() command. >> >>I have tried to use ON KEY LABEL F9 ThisFormSet.MyForm.CmdButton.Click() >>but error return saying "ThisFormSet" can only be use in a method. >>Pls advise, thanks. >Hi Alvin, >During calling your formset include name clause :
on key label f9
f9set.myform.cmdButton.click()
>do form onkeytest name f9set linked
Cetin Hi Cetin, How does this code works? At which part should I place these codes? Do I need to create a form named "onkeytest"? Pls advise, thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform