Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resize
Message
From
25/03/2013 13:50:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Resize
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01569183
Message ID:
01569183
Views:
88
I have a form in vfp9 and from a button I open another (child) form
no in this case I want the child to butt on the right side and the same top and height.
that's easy and working

but now when I change the height of the parent form I want the child form to change its height
\it does not worj in resize (I guess at that time the form's own height has not changed. I tried it in Paint
still not working

does anybody have any ideas on that?
IF thisform.lPrivOpen
	thisform.oChildForm.height= thisform.Height
ENDIF
Also the move event does not work for me
*form.move
LPARAMETERS nLeft, nTop, nWidth, nHeight
Thisform.oChildForm.Top = nTop
Thisform.oChildForm.Left = nLeft+nWidth+sysmetric(12)*2+10
Thanks

Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform