Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu system
Message
 
To
27/09/2002 05:26:01
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00705103
Message ID:
00705108
Views:
9
Use the "SKIP FOR" option to disable a menu item. When you want to hide your menu-option, create your menu outide the menu designer ( in a prg ). For hiding your menu-item, you have to skip your "DEFINE BAR". Don't forget to disable your "ON BAR" commmands to prevent executing the wrong command on the bar.

Like this:

DEFINE BAR 1 OF MYHELP PROMPT "\ON SELECTION BAR 1 OF MYHELP HELP

Or your can try this:

IF lHelpInstalled
DEFINE BAR 1 OF MYHELP PROMPT "\ ON SELECTION BAR 1 OF MYHELP HELP
ENDIF

Sander



> How to disable/hide some pad in the menu and add new pad in the menu
> depend on the form we open?


> TIA.
Previous
Reply
Map
View

Click here to load this message in the networking platform