Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling Menus
Message
From
15/02/2004 13:33:06
 
 
To
15/02/2004 13:12:52
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00877498
Message ID:
00877500
Views:
10

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
Previous
Reply
Map
View

Click here to load this message in the networking platform