State any three mouse events system variables?
Answer / guest
System.mouse_button_pressed
System.mouse_button_shift_state
system.mouse_item
system.mouse_canvas
system.mouse_record
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the use of Page Protect Property?
Identify package function from the following ?
What is a combo box?
What are the master-detail triggers?
What is the use of Printer Definition file (PRT) in Reports ?
What is an user exit used for?
What is a Navigable item?
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
Why oracle forms required?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
What does TKPROF stand for?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.