Page skip not working in 10g character mode report [message #431347] |
Mon, 16 November 2009 23:27 |
basu2706
Messages: 10 Registered: August 2009
|
Junior Member |
|
|
Hi,
We have migrated oracle forms/reports 4.5 to 10g release-2.
After migration, few of the character mode reports not working properly, even after using same PRT file which was used in 4.5.
Example: One of the cheque printing report, is not working properly. Earlier 2 cheques getting printed in one page. But now only one cheque is getting printed....
Below is content of PRT file used:
Quote:printer "NEWCHQ"
height 36
width 240
before report 27 67 0 6
after report 27 67 0 6
code "01" esc 15
code "18" 18
code "10" esc 80
code "12" esc 77
code "15" esc "g"
after page control(L)
return control(M)
linefeed control(J)
Please tell me will this work in 10g, if not wt is to changed.
|
|
|
Re: Page skip not working in 10g character mode report [message #431370 is a reply to message #431347] |
Tue, 17 November 2009 03:28 |
santosh kumar puttur
Messages: 2 Registered: November 2009 Location: Bangalore
|
Junior Member |
|
|
Hi..
I am also facing the same problem.
if i give type command from the command prompt of the system to which printer is directly connected(not network printer) it is working fine,page is not getting skipped.
But this type command is not working with network printer.
If i use orarrp to print it is not working page is getting skipped.
We have raised SR in metalink,there they have mentioned that orarrp is not supported and for issues with orarrp SR should not be raised,they told to raise orarrp related issues in OTN.We raised SR there also but no response.
|
|
|
|