Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get rid of toolbar in VFP 5.0 app exe?
Message
From
05/02/1999 15:49:32
 
 
To
05/02/1999 15:44:32
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00184512
Message ID:
00184515
Views:
25
>Anyone know how to get rid of both the toolbar and the status bar in VFP 5.0 exe apps? My app up until a couple of days ago did not show the toolbars in the exe but now for some reason it does! Is there a compile switch I'm missing?
Normally, they don't appear in Exe, but you can fortify it by e.g.
IF WEXIST("Standard") && VFP standard toolbar
RELEASE WINDOW "Standard"
ENDIF

>Also, SET STATUS OFF does not seem to behave like it did in 2.6 for DOS. I issue it, but still get the status messages along the bottom of the screen.

SET STATUS BAR OFF
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform