What is term? What is use of term?
Answer / guest
The term is terminal definition file that describes the
terminal form which you are using r20run.
and it use as
The term file which key is correspond to which oracle report
functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose I want to fire block level sequence before form level, then is it possible?
hiding item in report how like that properly,thats manually but at runtime i want to do
How many Flexfields are there in AR and what are they ?
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
running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
how we can validate the run-time parameters in reports 6i
What do you understand by oracle forms and why are they required?
What is new_form built-in?
What are the default extentions of the files created by menu module?
Name of the functions used to get/set canvas properties?