i want print character reports in 10g application reports
pl help me my id is yoga.roh@gmail.com
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandeep rai
u may go for webutil pll and client_text_io methode for
the same u want
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sandeep rai
u may go for webutil pll and client_text_io methode for
the same u want
| Is This Answer Correct ? | 0 Yes | 3 No |
What package procedure used for invoke sql plus from sql forms ?
What is a timer?
What are the unrestricted procedures used to change the popup screen position during run time ?
What are the default extension of the files created by library module?
How can I sum column wise in Oracle excel report?
What is the difference between object embedding & linking in Oracle forms?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
How to change maximise or minimise the window in forms
What is summary column in Oracle Reports ?
What are the display styles of list items?
What is a library in Forms 4.0?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.