Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal form with another form...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Modal form with another form...
Divers
Thread ID:
00828414
Message ID:
00828414
Vues:
45
The problem:

1. There is a modal form Form1.
2. A certain method of this form creates an object Form2, e.g.
ThisForm.AddProperty("oForm2")
ThisForm.oForm2 = CreateObject("SomeFormClass")
oForm2.show
Now I want these two forms to act together, but the form Form1 must still be modal for the rest of the world, so that no other forms can intermediate. I can imagine, that a formset could be a solution, but I don't know any possibility to create a formset on the fly, including an already active form ... The method over here must be very generic, working with any given form...

Does anyone have a solution?

Thanks,
Alexander Lerner
a_lerner@heinrich-schmid.de

The life is somewhat easier than it seems to be.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform