What is the Maximum allowed length of Record group Column?
Answers were Sorted based on User's Feedback
Answer / guest
Record group column names cannot exceed 30 characters
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raushan
question should be "what is the max allowed length of record
group column name
| 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
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
Can we invoke one form from another in a multi-forms application?
How do you trap the error in forms 3.0 ?
what are the oracle forms services components include?
Is it possible to disable the parameter from while running the report?
What are different types of modules available in oracle form?
What is the difference between boiler plat images and image items?
If a break order is set on a column would it effect columns which are under the column?
Suppose I want to fire block level sequence before form level, then is it possible?
What are three panes that appear in the run time pl/sql interpreter?
What do you understand by lov?