How I can use srw.run_report in reports6i?
Answer / Shwet Prakash
In Oracle Reports 6i, you can use the srw_run_report procedure to run a report programmatically from PL/SQL code or other applications. Here's an example: `BEGIN srw_run_report(p_report => 'REPORT_NAME', p_output => 'PDF'); END;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is oracle forms system.currentblock?
What is transactional trigger property?
What are referenced objects? Explain the importance of referencing.
What is the page protect in reports?
how can you pass values to-and-fro from foreign function?
How to get / select the nth row from the table?
What is the placeholder column?
Which directory will you copy your new reports, what would be its extension (.rdf or .rex)?
What is key.next.item trigger?
What are object group?
How to make the project as .exe file in oracle forms & reports(d2k)?
What is oracle d2k? Why we use it?