Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Managing form specific menu
Message
From
13/07/1998 12:12:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/07/1998 12:03:14
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00116804
Message ID:
00116809
Views:
14
>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
Bob,
I don't play with menus much but I think it should be something like :
*Init
Push menu _msysmenu && or menuname
do newmenu.mpr
*destroy
pop menu _msysmenu
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform