Re: Running reports from Forms-application in 10g
From: Rama Shankar <ramashankar.yadav_at_gmail.com>
Date: 30 Mar 2006 01:18:29 -0800
Message-ID: <1143710309.750344.140280_at_j33g2000cwa.googlegroups.com>
Date: 30 Mar 2006 01:18:29 -0800
Message-ID: <1143710309.750344.140280_at_j33g2000cwa.googlegroups.com>
Hi,
[Quoted] run_Report_object is only to run the report.
[Quoted] and to show the output file you have to call web.show_document.
[Quoted] there is also a 2nd option . Just call the report using
WEB.SHOW_DOCUMENT directly
eg=>
WEB.SHOW_DOCUMENT('http://App_server:8889/reports/rwservlet?destype=CACHE&desformat=PDF&report=sample_report.rdf&userid=scott/tiger_at_exp&P_REG_NO='||:MAST.REG_NO||'&P_PID='||:MAST.P_ID); Received on Thu Mar 30 2006 - 11:18:29 CEST