Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu Problems
Message
 
À
22/12/1997 00:51:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00067511
Message ID:
00067558
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform