Focal Point
WebViewer to Open in Frame (on Page Demanding)

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6201058331

April 11, 2005, 11:43 AM
<We_Focus>
WebViewer to Open in Frame (on Page Demanding)
if i am selecting on page demanding in Report-->output option my webviewer is opening in new window but i want it to open in frame like given in century corpration demo of sales order history
the link is below

if any body have idea how to do it
please help


http://demoprod.informationbuilders.com/ibi_html/cconlinedemo/
April 11, 2005, 02:08 PM
<JG>
If you look at salesorders.htm you will see that it has multiple frames one of which is named sales_report.

In the code where the focexec is called (salesorders_top.htm) notice that the action has a target assigned.

action="/ibi_apps/WFServlet" method="GET" target="sales_report"

The report is displayed in the targeted frame.
April 12, 2005, 05:09 AM
<We_Focus>
Hi JG

that is not working if you have any example help

-------------------
April 12, 2005, 09:47 AM
<JG>
The default action of the webviewer is to open a new page. To force it to use the target specified in the action add the following code to your focexec.

SET WEBVIEWTARG=OFF
April 12, 2005, 10:21 AM
<We_Focus>
Hi JG

thanks i got and idea how to do it