Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turn on the Standard Tool Bar
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00360784
Message ID:
00360922
Views:
35
>Is there a way to turn on the standard tool bar programmatically, when it is not defined at startup.
>
>I know I can go to the view tools bars, etc.. But I would like to know if the standard tool bar can be programmatically turned on.
>
>SHOW WINDOW "Standard" does not work if the tool bar is not defined yet
>
>Any help is appreciated..

Have you tried:
 IF WEXIST('Standard')
   HIDE WINDOW Standard
 ENDIF
(I found this code quite recently (<2 months) in UT and then successfully implemented)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform