Re: Calling Oracle Report from Oracle Form in web environment
Date: Tue, 13 Feb 2001 00:18:51 GMT
Message-ID: <L3%h6.142897$8V6.20337058_at_typhoon.tampabay.rr.com>
As you discovered, you can't see the parameter form from the web when using run_product. Instead use web.show_document to call the report.
John Alexander
www.SummitSoftwareDesign.com
St. Petersburg, FL
Peter Yu <yuyh_at_sp.edu.sg> wrote in message
news:3a887b4c.0_at_scctn03.sp.edu.sg...
> The run_product built-in was used to call report from forms.
>
> Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,YES');
> RUN_PRODUCT(REPORTS,'myreport.rdf',
> SYNCHRONOUS,RUNTIME,FILESYSTEM,pl_id);
>
> In the client-server environment there is no problem, but in the web
> environment the parameter form was not activated.
>
> Is there a way to activate the parameter form in the web environment using
> the run_product built-in ?
>
>
> Any help is appreciated.
>
>
>
>
Received on Tue Feb 13 2001 - 01:18:51 CET