Please Help me out [message #88120] |
Mon, 25 March 2002 23:48 |
yuvraj
Messages: 6 Registered: January 2002
|
Junior Member |
|
|
Hello,
Can somebody tell me how to pass a query string to a Oracle Report from Oracle Form and use it to fetch the data for the report.
Thanks in advance.
Regards,
Yuvraj
|
|
|
Re: Please Help me out [message #88171 is a reply to message #88120] |
Wed, 24 April 2002 04:26 |
arun kumar
Messages: 13 Registered: April 2002
|
Junior Member |
|
|
I guess u can do this
Build the query and pass it as a DATA_PARAMETER from Forms and Replace the Existing Query in reports
Or Build the Where clause and send the Where clause to the reports as TEXT_PARAMETER and Receive it as LEXICAL PARAMETER in the report QUERY
|
|
|