Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need the entire reference for an object
Message
From
05/02/1999 14:58:25
 
 
To
05/02/1999 14:50:19
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00184477
Message ID:
00184485
Views:
20
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform