Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking a textbox/control to another
Message
 
À
26/04/2000 19:46:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00363869
Message ID:
00363897
Vues:
16
>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
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