Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Managing form specific menu
Message
From
13/07/1998 12:03:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Managing form specific menu
Miscellaneous
Thread ID:
00116804
Message ID:
00116804
Views:
46
I want a menu to come up when a particular form comes up. If the form deactivates, I want the menu to be hidden. I want the menu released when the form destroys.

Is this the right strategy and if so, is it implemented by something like:

form init:
DO menu1.mpr

form activate:
ACTIVATE MENU menu1

form deactivate:
HIDE MENU menu1

form destroy:
RELEASE MENU menu1


Bob
Next
Reply
Map
View

Click here to load this message in the networking platform