Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a menu by RightClick
Message
From
18/11/1998 14:18:16
 
 
To
18/11/1998 14:11:59
Noman Aftab
Embry-Riddle Aeronautical University
Daytona Beach, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00158932
Message ID:
00158935
Views:
13
>Hi!
>I am trying to pass variables to be used by the shortcut menu to Add, delete and display description but I am not sure how to pass it in. I have properties which I need to pass in, how can I address these properties within the menu procedure?????
>Thanks.

ON SELECTION POPUP MyShortcutMenu oApp.ProcessMenu(Parm1,Parm2)

***ProcessMenu method
LParameter Parm1,Parm2
Local cPrompt
cPrompt=PROMPT()
DO CASE
CASE cPrompt="Add"
***
CASE cPrompt="Delete"
***
ENDCASE
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform