Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling Menus
Message
De
15/02/2004 13:33:06
 
 
À
15/02/2004 13:12:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00877498
Message ID:
00877500
Vues:
11

Using Visual FoxPro 7.0, how can I disable my menu bar once my users make an option to open up a form. I do not want to enable the menu bar until they press the exit button on the form.


A simple trace, not good prog tech for many bars:
PUBLIC g_FormBarNumberIsOpen

DEFINE BAR barNumber OF popupName .... SKIP FOR m.g_FormBarNumberIsOpen

Form.Init
g_FormBarNumberIsOpen = .T.


Form.Unload
g_FormBarNumberIsOpen = .F.
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform