Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars, etc..
Message
From
05/01/1999 11:30:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Toolbars, etc..
Miscellaneous
Thread ID:
00172788
Message ID:
00172788
Views:
58
Hey guys,
This is my problem.. Basically I want to restore the VFP screen (toolbars) back to where they were when a user exits an app. I have code that hides them when a user executes the app in VFP.. and I have code to restore them. but they're not going back to the right places on the screen.. they all are docked.. but not where they were..
Here's what I'm doing..
reso_file = sys(2005)
set resource off
hide toolbars
do app..
set resource to &reso_file
show toolbars

I use an array to store the names of the toolbars and whether nor not they were on the screen and I use hide window and show window to handle whether or not they're seen.
TIA
Next
Reply
Map
View

Click here to load this message in the networking platform