Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Maximize produces odd results
Message
From
29/11/2004 13:15:49
 
 
To
29/11/2004 11:23:24
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:
00965468
Views:
10
>
>I do have those values set for the form.
>
If I recall fine those kind of problem was very common on NT Oss (Sp4 sooner)

You can try to control the size for your form on RESIZE method, something as:
procedure resize
if  thisform.windowstate = 2
    this.width  = this.maxwidth
    this.heigth = this.maxheight
endif
endproc
"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