Page 1 of 1

Parent form

PostPosted: Wed Mar 14, 2012 12:36 pm
by Hans Nieuwenhuis
Hi,

If on form A that is displayed in a tab of form B, can I get the name of form B in a method ?

Regards,

Re: Parent form

PostPosted: Wed Mar 14, 2012 12:44 pm
by ROCLASI
Hi Hans,

You can call controller.getFormContext() on form A. This will return a dataset with the structure all the way to the main controller (top form).

Hope this helps.

Re: Parent form

PostPosted: Wed Mar 14, 2012 2:18 pm
by Hans Nieuwenhuis
Thanks !!

That's what I was looking for.