Hi,
I have three forms, the main form has a command button, that when clicked loads Form2. In the Init of Form2, there is a call to load Form3. Form 3 is the only modal form. And while form3 is showing, form2 is hidden...
My problem is that I want to go directly back to the main form from form3 when I click cancel. The cancel button on form3 simply says thisform.release () and also sets a proptery of the form and passes it back to the form2. If the user clicks cancel then I try to execute thisform.release () on form2 to get back to the main form...however it just does not disappear!
Any help would be greatly appreciated...
Also I have tried making form2 modal and that caused even more problems! At least right now when I get back to form2, I can press cancel and it will go away...when I make the form modal, even pressing cancel does not work!
Thanks!
AK
I have three forms, the main form has a command button, that when clicked loads Form2. In the Init of Form2, there is a call to load Form3. Form 3 is the only modal form. And while form3 is showing, form2 is hidden...
My problem is that I want to go directly back to the main form from form3 when I click cancel. The cancel button on form3 simply says thisform.release () and also sets a proptery of the form and passes it back to the form2. If the user clicks cancel then I try to execute thisform.release () on form2 to get back to the main form...however it just does not disappear!
Any help would be greatly appreciated...
Also I have tried making form2 modal and that caused even more problems! At least right now when I get back to form2, I can press cancel and it will go away...when I make the form modal, even pressing cancel does not work!
Thanks!
AK