Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking a textbox/control to another
Message
 
 
To
26/04/2000 20:34:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363869
Message ID:
00363910
Views:
22
>>Hehe! Well I were using value_assing for a texbox, and Erik pointed me that with this you always get a GETFLDSTATE as modified even you havne't touched nothing. Maybe only occurs with value_assing? I hope so.
>
>Yeah, but its not really a bug, you can use the InteractiveChange() and ProgrammaticChange() anyway.

Yes, I have used these, thanks for the reply. And in mi approach what else do I need? I have done in the Init of texbox2:

DODEFAULT() && defensive programming
IF !EMPTY(this.link_control)
LOCAL olinkcontrol
olinkcontrol = EVALUATE(this.link_control)
this.top = olinkcontrol.top + this.link_top
this.left = olinkcontrol.left + olinkcontrol.width + this.link_sep
ENDIF
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