Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic menu item
Message
De
29/09/2005 13:15:46
 
 
À
29/09/2005 13:00:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
01054565
Message ID:
01054574
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform