Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resize
Message
De
25/03/2013 13:50:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Resize
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01569183
Message ID:
01569183
Vues:
89
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform