How can a button be used in a report to give a drill down
facility?
Answer Posted / guest
By setting the action associated with button to Execute
pl/sql option and using the SRW.Run_report function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by lov?
What is an oracle 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
What do you understand by oracle forms and why are they required?
List out the oracle forms configuration files?
how do u compile a form i.e .fmb file in Unix or in dos
Explain master-detail relationship with some examples.
Explain the different levels at which oracle form services interact.
What is an SQL FORMS ?
How can we expand Parameter Form Canvas on Reports 6i?
what is a package n what r the packages availbla in report
Why oracle forms required?
how do u place it in required folder
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 is oracle forms?