Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Properties & Project Window Questions
Message
From
26/03/2009 15:27:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01391493
Message ID:
01391712
Views:
42
Thanks Sergey. At first I couldn't get this to work but it was because the "Dockable" flag wasset on. Once I turned it off, it worked great for the "Properties" window but I couldn't get the "Project Manager" window to resize. However, now that I can get the "Properties" window to resize, I've been able to work around the fact I can't programmically resize the "Project Manager."

Thanks as always for your help!
Robert

>Hi Robert,

>For Properties window
ACTIVATE WINDOW Properties
* Change location and size
ZOOM WINDOW Properties NORM FROM 1,50 SIZE 50, 75
* Change size only
ZOOM WINDOW Properties NORM FROM WLROW("Properties"),WLCOL("Properties") SIZE 60, 75
Sergey
>Is there a way to programmically change the size of the 'Properties' and 'Project Manager' windows? SIZE WINDOW does seem to work - it even states in the Help text "You can only change the size of the Command, Debug, and Trace windows." If there is a way of doing it, I haven't found it yet.
>
>Is there a way to bring up the 'properties' window programmically?
Previous
Reply
Map
View

Click here to load this message in the networking platform