Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Do You Hide the Default Toolbar in VFP3?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00148382
Message ID:
00148760
Views:
19
I am not sure this what you are doing but I use the following to clear the fox header of the toolbars. In foxpro the toolbars are treated as windows. This is a few but add the rest of the toolbar names to catch them all:
IF WVISIBLE("Form Designer")
HIDE WINDOW "Form Designer"
ENDIF
IF WVISIBLE("COMMAND")
HIDE WINDOW "COMMAND"
ENDIF
IF WVISIBLE("Standard")
HIDE WINDOW "Standard"
ENDIF

Good luck, Chuck
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Reply
Map
View

Click here to load this message in the networking platform