Call_Form vs Open_form
I am using call form in to open the form from Menu. call_form('P_MASTER.fmx',no_hide).
But the disadvantage is i cannot open multiple forms using call_form.
The other option is Open_form. but the open_form hides the main menu module.
Which is the right method to use. I want the user to open multiple forms also the main menu(menu.mmx) bar should display.