What is the use of Printer Definition file (PRT) in Reports ?
Answer / manoj
Printer Definition file (PRT) is very use ful when we are
crating Character Mode report it process faster and using
this file we can write printer code in print before & Print
after property of the report.
| Is This Answer Correct ? | 3 Yes | 0 No |
i don't want to give the path of .Dat file in .Ctl file dynamically i want to give how
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 pages you can in a single form ?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
can my report have different layouts
can you change the default value of the radio button group at run time?
What is the difference between setting up of parameters in reports 2.0 reports ?
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
What built-in is used for showing the alert during run-time?
What is WHEN-Database-record trigger?
what are different types of canvas views?