Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Desktop property on the fly
Message
 
 
To
04/02/2002 07:12:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00614690
Message ID:
00615221
Views:
30
Jonathan,

You are quite free to change the .Width and .Height of the form at runtime without regard to it's particular style.
oX = createobject( "form" )
with oX
   .Width = .Width * 2
   .Height = 0.5 * sysmetric( 2 )
endwith
>Yes, because the size of the form depends on the information it stores.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform