Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refer to top level form from child form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00633056
Message ID:
00633102
Views:
20
>Hi - how do I set a property of a top-level form from a child form in mdi application?
>
>I have a child form and I want to close it and launch another form when a user responds yes to a messagebox question - closing the form is OK but I am trying to set a property on the top-level form and then programmatically doubleclick the treeview control in the top-level form - any ideas?
>
>Thanks

You can pass the form reference to the child form when you call it. Something like
DO FORM ChildForm WITH Thisform
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform