Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enable menu without READ EVENTS
Message
From
10/05/1999 20:56:45
 
 
To
10/05/1999 16:00:14
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00216124
Message ID:
00217005
Views:
30
>I'm a little bit confused here, are you porting your FPD app to FPW or VFP? If converting to FPW, a simple fondation READ will do. If converting to VFP, AFAIK, there's no way of activating the menu without a READ EVENTS.

In my first months of FPW, before I learned about the foundation read, I used something like:
PUBLIC m.Quitting

m.Quitting = .F.

DO WHILE !m.Quitting
    ACTIVATE MENU _MSYSMENU
ENDDO
and of course there was a menu option (usually named Quit [wow, what a concept]) that set m.Quitting = .T.. :-)
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform