Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need the entire reference for an object
Message
De
05/02/1999 14:58:25
 
 
À
05/02/1999 14:50:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00184477
Message ID:
00184485
Vues:
19
>Is there a way to get the entire reference for an object ?
>
>Ex: frmxxx.cntxxx.txtxxx.name
>

You can have the entire reference in a case you provided this reference when you instanciated the object, i.e. if you create your form as
oApp.myform=createobject("myformclass")
then later you may call some form control directly:
oApp.Myform.Mytextbox.Value=....
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform