Calling Report from Menu (Oracle Forms 10g [message #188025] |
Wed, 16 August 2006 16:03 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
srbabu_2004
Messages: 1 Registered: August 2006
|
Junior Member |
|
|
We have the applications in Forms6i & Reports 6i (Client Server) and migrating to Forms 10g and Reports 10g. We have the menu, from that menu we are calling all the forms and Reports. For especially Reports earlier we user RUN_PRODUCT but now 10g it is not working. How can call the report using RUN_REPORT_OBJECT
Important things we have some dynamic parameters (input) to the each report. That means when i called the report from the menu i need to get first parameter form to take the parameters and then can be run the report.
|
|
|
|
Re: Calling Report from Menu (Oracle Forms 10g [message #191760 is a reply to message #188025] |
Fri, 08 September 2006 01:16 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
sandeepk7
Messages: 137 Registered: September 2006
|
Senior Member |
![sandeep_kushwaha](/forum/theme/orafaq/images/yahoo.png)
|
|
To call reports from Forms 10G use PL/SQL Library Named RP2RRO.pll. You can download this library via internet. and Use RP2RRo_run_product Procedure from this Library to run the report. To see parameter form at run time modify the Entry in form90/formsweb.cfg. Set parameterform=Yes in this file.
Sandy
|
|
|