Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00751891
Message ID:
00752001
Views:
22
Yes, it's possible. One way to acheive this, is to pass the form reference to the other one. For exemple, let say that Form2 is created from Form1 and that Form2 has a public property called oParent. In Form1, we could have:
DO FORM Form2
Form2.oParent = ThisForm
In Form2, we can access Form1 by referencing ThisForm.oParent.

HTH

>Can I access a modeless forms objects from another form?
>I'm trying to get a listcount of a listbox from Form1 (modeless and disabled) from Form2 (also modeless).
>
>Right now I'm generating an error.
Previous
Reply
Map
View

Click here to load this message in the networking platform