Calling Oracle Report from Oracle Form in web environment

From: Peter Yu <yuyh_at_sp.edu.sg>
Date: Tue, 13 Feb 2001 08:08:42 +0800
Message-ID: <3a887b4c.0_at_scctn03.sp.edu.sg>


[Quoted] 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:08:42 CET

Original text of this message