Page 1 of 1

Modal form hide other form showed

Posted: Thu Sep 09, 2010 9:57 am
by l3whmg
Hi guys,
First of all I don't remember well about modal form.
Any way, I have this situation: I have one (or more) standard/child form showed and then I want show a modal form. At this point the previous (standard/child) form is automatically hided.
It's correct and I don't remember or it's a problem?

Many thanks in advantage.

Best regards

Re: Modal form hide other form showed

Posted: Thu Sep 09, 2010 12:24 pm
by Rathinagiri
Modal form is a form which requires an interference of the user (like msgyesno() window). Only after the user takes a decision and does something, the programme can run further.

So, it is obvious that the modal forms hide the parent window or even any other window in that application.

Re: Modal form hide other form showed

Posted: Thu Sep 09, 2010 5:43 pm
by l3whmg
Hi Rathi,
many thanks for your clarification: I remember wrong!

Best regards