Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to parent form
Message
 
 
To
09/03/2009 16:55:02
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01386778
Message ID:
01386779
Views:
82
This message has been marked as the solution to the initial question of the thread.
>Dear All
>
>If I have an object reference to an object contained in another object
>
>
>
>function SomeFunction
>lparameters oControl
>
>*oForm=??
>
>
>
>How do I grab object reference of a form that contains that object. I remember seeing posts in the past with some looping
>up to the form level. Is that only way, or am I overlooking some foxpro function that can get to it straight.
>
>What I need is oControl.parent.parent.parent->> until parent is actually Form itself.
>
>TIA
>Sergio

I don't see a way to do it except for looping until oControl.Parent.BaseClass = 'Form'
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform