Hi listers,

my main form is a regular form with 2 view. Being on the main form I'm
clicking a button and opening another regular form, let's call it sub-
form. The sub-form is is a regular form and it has to stay a regular.
When I close the sub-form I need to open the second view of the main
form as dialog.

Here is what I'm doingĂ–

On button click on the sub-form I'm sending an EVENT to the main form
to let it know that I want to open the view as dialog. The problem is,
that if I do that immediately, then the sub-form will stay on the
screen, but I want it to go, befor the dialog shows up. So I have to
tell the sub-form to close first. Therefore, after I receiving the
EVENT from the sub-form on the main form, I'm sending an EVENT to the
subform, telling it to close and then I'm opening the dialog. This
works fine, the sub-form gets closed and the dialog opens up. The
problem is, that as soon as I close the dialog the User Tool crashes.

Any idea why? Or any idea how to achieve the same thing in a different
way?


Mark

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to