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
Explain how can you use the same lov for 2 columns?
Explain how one can iterate through items and records in a specified block?
Is it possible to have multiple layouts in a report?
what is tripstop report?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Name the different triggers supported by oracle reports and their firing order.
what are bind variables?
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
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
How to create Drill down report?
Explain the various types of oracle report?
What do you understand by oracle forms?
hiding item in report how like that properly,thats manually but at runtime i want to do
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
In what sequence do triggers get fired by oracle forms?