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
What is the difference between bind and lexical parameter?
what is the difference between call_form, new_form and open_form?
Is it possible to have multiple layouts in a report?
Explain how one can iterate through items and records in a specified block?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What are the various configuration files that are used by oracle forms?
Explain master-detail relationship with some examples.
what is oracle forms?
What do you understand by oracle forms and why are they required?
Why oracle forms required?
how report can be generated if we have the database designed in oracle 10g?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
why the Ctl file u put only in bin folder why not in other folder
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