Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamically hiding a menu item
Message
 
 
To
09/05/2005 07:36:47
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01012122
Message ID:
01012125
Views:
15
You can use SKIP FOR option of a menu item to disable it.
The hiding can be done following way
PUSH MENU _MSYSMENU
RELEASE BAR ...
RELEASE PAD ...
...
DO FORM ...
POP MENU _MSYSMENU
>
>How is a menu item removed dynamically during programming? I am using a menu created with the Menu designer and need to remove/hide several options on the init of the from that contains the menu.
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform