How to call Report from other Report ?

Answer Posted / rahul khope

We can use the following code on the when_button_pressed
trgger of the button taken on the report layout.

SRW.RUN_REPORT

SRW.RUN_REPORT executes the specified R25RUN command.

Type: Procedure

Syntax:

SRW.RUN_REPORT (command_line CHAR);

Parameters:


command_line Is a valid R25RUN command.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can you use the same lov for 2 columns?

725


Explain how one can iterate through items and records in a specified block?

619


Is it possible to have multiple layouts in a report?

665


what is tripstop report?

1421


if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed

1560






Name the different triggers supported by oracle reports and their firing order.

681


what are bind variables?

658


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

1367


I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users

918


How to create Drill down report?

1769


Explain the various types of oracle report?

635


What do you understand by oracle forms?

661


hiding item in report how like that properly,thats manually but at runtime i want to do

2683


how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g

1604


In what sequence do triggers get fired by oracle forms?

619