what is the sequence of firing triggers in forms?
Answer / shwetha
PRE_FORM, PRE_BLOCK, PRE_RECORD, PRE_TEXT, WHEN_NEW_FORM_INSTANCE, WHEN_NEW_BLOCK_INSTANCE, WHEN_NEW_RECORD_INSTANCE, WHEN_NEW_ITEM, POST_TEXT, POST_REOCRD, POST_BLOCK, POST_FORM
| Is This Answer Correct ? | 0 Yes | 0 No |
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
When to use Place holder columns in Oracle Reports and what is a place holder column?
What is term? What is use of term?
What is the main difference between Reports 2.0 & Reports 2.5?
What are Most Common types of Complex master-detail relationships?
List some built-in routines used to manipulate images in image_item?
hi,dis is Shasi.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out.and iwant one project with explanation please help me...
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
What is a master detail relationship?
how to eliminate duplictes in column except group and section?
What are the difference between lov & list item?
What are display items?