Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu Problems
Message
 
To
22/12/1997 00:51:38
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00067511
Message ID:
00067558
Views:
20
>I created a menu and generated the mpr file. When I issue a do menu.mpr my menu appears but with the format menu still visible. How do I prevent this format menu from appearing and how do I redisplay the previous foxpro menu? Thanks for any help you could give...
Ramon,

The Format pad in the system menu is a dynamic foxpro pad, it is there whenever focus is in a window where it would apply. If the command window is visible when your app is running the Format pad is there because it works in thw command window. To eliminate the Format pad from the menu make sure that no window has focus in which the Format pad would be usefull.

To restore the foxpro default system menu use this command;

SET SYSMENU TO DEFAULT

In your applications you can;

PUSH MENU _msysmenu && put the current menu on the stack

DO MyMenu.mpr

then late when you want the old menu back again ...

POP MENU _msysmenu
Previous
Reply
Map
View

Click here to load this message in the networking platform