Where do u define the select statement of the parameter? is
it followed by the & variable ?
Answer Posted / anuragrajverma
In Before Report Trigger we are define the select statement
of the parameter.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
what is a package n what r the packages availbla in report
List out the oracle forms configuration files?
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 are bind variables?
Why oracle forms required?
What are the various configuration files that are used by oracle forms?
What is a user exit program in oracle reports?
What is an oracle report?
a text item is there what r the different types of triggers associated with it
why the Ctl file u put only in bin folder why not in other folder
difference between global n context sensitive segments?
Name the different triggers associated with oracle forms having a master-detail relationship.
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
Explain how one can iterate through items and records in a specified block?