Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking a textbox/control to another
Message
 
 
To
26/04/2000 19:20:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363869
Message ID:
00363879
Views:
19
>In texbox2

>linkcontrol = thisform.textbox1
>linktop = 0
>linkleft = 5

>I am looking for a function to handle in this way.

Doing on the fly...

texbox2.Init

DODEFAULT() - Well I always use in this way
this.top = EVALUATE(this.linkcontrol).top + EVALUATE(this.linkcontrol).linktop
this.left = EVALUATE(this.linkcontrol).left + EVALUATE(this.linkcontrol).width + EVALUATE(this.linkcontrol).linktop

I'm a bit losed in the EVALUATES, I think in this way shouldn't work. How must be?
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform