Query

Hi all,

I have a Parent form with menuitem to open a child form.Parent form should not be closed unless child form is closed.Is there any properties to be set or code to be written?

please solve my problem

Thanking you,

Madhu.

In child form, override the run method. After super() add this line.

element.wait();

Regards:

Imran

Thanks Imran its working fine

once again thanks. Keep in touch.