Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG a Top/Left/Height/Width get fire property_Assign
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00911720
Message ID:
00911919
Vues:
18
>oForm1.Width = oForm1.Width + 10
>
>Garrett, you call the form width, not the Text width.

Yes, because that's generally what anchors are for.
>	PROCEDURE txt1.Width_assign
>		LPARAMETERS vNewVar
>		? "Assigning Text1 Width."
>		? "next print is a call into the left"
>		=this.Left && i use the current left for overlap the vNewVar
>		? "After read this Left."
>		This.Width = vNewVar
>	ENDPROC
But if you're trying to change the width beyond what anchoring does, why are you using the Anchor functionality at all?

Update: or more to the point, you claimed that it was destructive. Why? Your examples aren't demonstrating that: they're only demonstrating that the behavior exists.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform