What is pop list?
Answers were Sorted based on User's Feedback
Answer / chaudhry
The pop list style list item appears initially as a single
field (similar to a text item field). When the operator
selects the list icon, a list of available choices appears.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dinesh mohan upadhyay
its a list item type at run time we display the multiple
values
| Is This Answer Correct ? | 1 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
how to send sms to mobile phone from oracle forms.
What is the difference when confine mode is on and when it is off?
What is a Query Record Group?
What is a Non Query Record Group?
What are the built-ins used for finding Object ID function?
how i build a report
What is a Static Record Group?
Can a root window be made modal?
How many pages you can in a single form ?
When the form is running in DEBUG mode, If you want to examine the values of global variables and other form variables, What package procedure command you would use in your trigger text ?
What is a text list?