Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00751891
Message ID:
00752001
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform