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
how do u place it in required folder
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
What is a user exit program in oracle reports?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
where do u put the report file
Explain master-detail relationship with some examples.
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
what are bind variables?
List out the oracle forms configuration files?
Why oracle forms required?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What are the various configuration files that are used by oracle forms?
What do you understand by oracle forms and why are they required?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object