Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add or change menu in foxpro pop menu?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00241042
Message ID:
00241045
Views:
14
>when you right mouse click on the form at design time ,there is a pop menu showing whtch is:
>
>undo
>cut
>copy
>propenties
>builder
>code
>help
>
>is that any way to change this menu add my menu in and run my code
>
>thank you

You may define your own popup
DEFINE popup mypopup margin shortcut
fill it
DEFINE bar N of mypopup prompt "Myprompt"
and then issue
Activate popup mypopup at mrow(),mcol()
e.g. from Form.RightClick event
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform