Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG a Top/Left/Height/Width get fire property_Assign
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00911720
Message ID:
00911919
Views:
15
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform