Answer Posted / brajendra arzare
Following Trigger in Report,but the sequence are.....
Before Parameter Form,
After Pagameter Form,
Before Report,
Between Pages,
After Report
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain master-detail relationship with some examples.
how to send file attachment from oracle forms
In what sequence do triggers get fired by oracle forms?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
can you convert or reverse engineer a fmx back to a fmb file?
how do u compile a form i.e .fmb file in Unix or in dos
What is an SQL FORMS ?
What is a canvas in oracle forms?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What is an oracle report?
What is a matrix report and how many minimum groups are required to prepare the same?
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What do you understand by oracle forms and why are they 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