adspace
i want print character reports in 10g application reports
pl help me my id is yoga.roh@gmail.com
Answer Posted / ashwinee kumar
In oracle Reports click on the report module. In properties palette go to character mode and change Design in Character units to 'Y'. Your reports will now print in Character mode.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
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