Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal form with another form...
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Modal form with another form...
Miscellaneous
Thread ID:
00828414
Message ID:
00828414
Views:
46
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.
Next
Reply
Map
View

Click here to load this message in the networking platform