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:
00256734
Views:
28
>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

Hi Gan,

I suggest using the menu designer for maintenance purposes. It'll allow you to indicate that the new menu is to be appended to the current system menu. Then all you need is:
PUSH MENU _MSYSMENU
DO Mymenu.mpr
* When you want to restore the original
POP MENU _MSYSMENU
hth,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform