Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing Toolbars
Message
From
24/10/1996 10:45:00
 
 
To
24/10/1996 10:33:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00010857
Message ID:
00010858
Views:
26
>When running a form is it possible to remove all of the
>VFP system toolbars from the screen and then restore
>them when the form is released?

This is described in Foxpro Tips on Microsoft site. The idea is that you:
1. Create global array and populate it with .t./.f. checking WEXIST() for each toolbar window (Name==descriptive title in View menu).
2. Hide all windows with .t. in Form.Init
3. Show all windows with .t. in Form.Destroy
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform