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
Miscellaneous
Thread ID:
00828414
Message ID:
00828645
Views:
15
I believe, the proper solution depends on what kind of interaction should be implemented. Anyway, one of the solutions is to add a pageframe on the existing form, or a page if pageframe already exists.


>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,
Previous
Reply
Map
View

Click here to load this message in the networking platform