Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help I am loosing my menu...
Message
From
01/12/1999 19:42:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00297677
Message ID:
00297680
Views:
15
>I did a menu system for my app that creates dynamically the menu (on the main fox windows, instead of the regular fox one).
>I am using the following commands:
>
>SET SYSMENU TO
>SET SYSMENU AUTOMATIC && Don't know why exactly
>DEFINE MENU wsmenu BAR ON SCREEN
>define popup and all the stuff
>
>Fine.
>The problem is that when I have a report preview or a screen that is modal and I come back, the menu is not on screen anymore (It is still in memory).
>
>Any suggestion?

There's a bug in the report preview. Do a:

PUSH MENU _MSYSMENU
REPORT FORM....
POP MENU _MSYSMENU

That should cure it.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform