When the button and then open a new window with the calling form

Hi all I have a form with buttons only and when I press one of the buttons they call another form
code
CALL_FORM('C:\test_report\final_to_be_added_to_main\Customer_2-5-09');
I want to, when I call the form when I press the button then the calling form opened with the new window

Thanks and greetings
Vikas Singhal

Hello

Forms in an application is running in a window unique applet. When you use the CALL/OPEN/NEW form, she would open them in the same applet window. If you want to open another instance of the form, try something like

web.show_document('http://:/forms/frmservlet?form=','_blank');

Note: It will not share the session. You need to re connect on this form (or use a section of configuration with the user name and password etc.). Therefore, the instance of forms, db instance all will be a new one.

Arun-

Tags: Oracle Development

Similar Questions

Maybe you are looking for