Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic menu item
Message
From
29/09/2005 13:15:46
 
 
To
29/09/2005 13:00:11
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
01054565
Message ID:
01054574
Views:
13
You would need to know (keep track of) the bar number (lnBar) that you want to change. Bars can be added (or text changed) by the following:

DEFINE BAR lnBar OF MenuPadName PROMPT "Some Prompt Text"
ON SELECTION BAR lnBar OF MenuPadName DO SomeCommandProcedure

To remove a bar:

RELEASE BAR lnBar OF MenuPadName
Previous
Reply
Map
View

Click here to load this message in the networking platform