Reports 10g [message #428073] |
Tue, 27 October 2009 02:49 |
mandark
Messages: 23 Registered: October 2009
|
Junior Member |
|
|
Hi,
I am converting my reports 6i to 10g. I have a menu module. From this menu I want to call my reports. Most of the reports are parameterised reports. Can somebody help me with the code I need to enter to run report based on the values of the parameters user has put. Can u also tell me what is the significance of web source which can be created using report wizard and how can this web source help me in running the report through menu?
Thanks.
|
|
|
Re: Reports 10g [message #428513 is a reply to message #428073] |
Wed, 28 October 2009 10:16 |
dlwixon
Messages: 92 Registered: September 2008
|
Member |
|
|
If your menu module is an Oracle Form, use web.show_document() to call the report.
Check it out in your forms help.
|
|
|
|