How many number of columns a record group can have?
Answers were Sorted based on User's Feedback
Answer / guest
A record group can have an unlimited number of columns of
type CHAR, LONG, NUMBER, or DATE provided that the total
number of column does not exceed 64K.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / irfan baloch
The total no. of columns should not exceed 64K.
| Is This Answer Correct ? | 6 Yes | 0 No |
how do u compile a form i.e .fmb file in Unix or in dos
all steps of bitmap report?
if some data is not transfered where it will get stored
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
How many types of trigger can be used in a table at a time ?
What is the built_in routine used to count the no of rows in a group?
What is a radio Group?
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 we can validate the run-time parameters in reports 6i
What do you understand by oracle forms?
What is an Invoice ? How many types of invoices are there in AP and AR ?
What are built-ins used for Processing rows?