Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking a textbox/control to another
Message
 
À
26/04/2000 20:34:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00363869
Message ID:
00363910
Vues:
21
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform