Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking a textbox/control to another
Message
From
26/04/2000 23:19:42
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363869
Message ID:
00363973
Views:
19
>>If you make the LinkControl property hold the object reference (just this.LinkControl = thisform.TextBox1) then you would just do:
>>this.Left = this.LinkControl.Left + this.LinkControl.Width + this.LinkLeft
>
>Done!
>
>LOCAL olinkcontrol
>olinkcontrol = EVALUATE(this.link_control)
>this.top = olinkcontrol.top + this.link_top
>this.left = olinkcontrol.left + olinkcontrol.width + this.link_sep

OK, you've got it under control I see. (I posted the other before I saw this one)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform