What are the triggers available in the reports?
Answers were Sorted based on User's Feedback
Answer / lakshman singh
Fireing sequence of the triggers in reports is
Before Parameter Form,
After Pagameter Form,
Before Report,
Between Pages,
After Report
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Before report, Before form, After form , Between page, After
report.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
What are the triggers associated with the image item?
What are the default parameter that appear at run time in the parameter screen?
Could u tell me, u work as a support & maintenace when sub ledger and gl is mismatch, then how do u match with the both side/
What are all the system Parameters available in ORACLE Reports
With which function of summary item is the compute at options required?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What is the usage of the Flex mode in Layout Editor ?
Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc
Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?
What are the two ways to incorporate images into a oracle forms application?
how to pass 2 parameters from one form to other in oracle applications?
Is it possible to execute a dynamic sql from forms?