Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a form method from a shortcut menu
Message
 
To
13/07/1998 11:25:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00116786
Message ID:
00116821
Views:
19
>I have a shortcut attached to the right-mouse click of a list. One of the menu options needs to call one of the form methods (like THISFORM.formFunc()).
>
>How do I do this since THISFORM is not allowed within my menu item procedure code?
>
>Bob

Bob,

Don't use the ON SELECTION options in the short cut menu, instead in the right click of the form activate the popup and then in the code following the activation use a DO CASE to check the BAR() that was chosen and respond to it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform