Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add new menu to the current menu bar
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00256718
Message ID:
00256743
Views:
18
>I am curious if there is a menu wizard that can add a menu to an existing menu bar beside programitically use the ( DEFINE PAD _s0k0pt6au OF _MSYSMENU PROMPT "\>
>Eg;
>(Old Menu)
>File Edit
>
>(New Menu)
>Configure
>
>RESULT:
>File Edit Configure
>
>Once I am done with using new menu I will need to restore back to the old menu
>
>(old Menu)
>File Edit


When you define a menu, you can append it to the existing menu or place it to the right or left of existing menu prompts. Then do display:

PUSH MENU _MSYSMENU
DO MyMenu.Mpr

Then to restore your menu
POP MENU _MSYSMENU
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform