What is an Alert ?
Answers were Sorted based on User's Feedback
Answer / guest
An alert is window that appears in the middle of the
screen overlaying a portion of the current display.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vishnuvardhan reddy
alert is a model window.. it will display the messages..i.e note,stop,cuation these are the alert types
| Is This Answer Correct ? | 0 Yes | 0 No |
Which parameter can be used to set read level consistency across multiple queries?
What is a Text_io Package?
can i send the control file path as a parameter
How to solve the error ?Frequency below its group? while running the report. Why it is happened and How to solve that?
LOV can best describe a) window b)modal c)list d) none of these d)
What is the usage of the confine mode in Layout Editor ?
What are the menu items that oracle forms 4.0 supports?
List the windows event triggers available in Forms 4.0?
What are the types of trigger actions?
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
What are the master-detail triggers?
What is an oracle report?