Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Maximize produces odd results
Message
From
29/11/2004 09:04:51
 
 
To
29/11/2004 08:57:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965399
Message ID:
00965401
Views:
11
>It seems "something" is interferring with my visual fox forms.
>If I minimize a form and then choose to maximize later, the entire form is displayed full screen (even though the form is not set to fill the screen). A colleague is using windows 2000 and does not have this problem.
>
>Has anyone run into this?
>
Hello Susan

Take a look at .maxheight and .maxwidth properties.. Or set this on your INIT method
procedure thisform.init
thisform.maxheight = thisform.height
thisform.maxwidth  = thisform.width
HTH
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform