|
|
Re: Rep-1848 [message #151518 is a reply to message #151473] |
Thu, 15 December 2005 04:54 |
dearchinmoy
Messages: 8 Registered: November 2005 Location: Kolkata
|
Junior Member |
|
|
Hi,
This may help you.
First you check the initial value for 'DESFORMAT' system parameters. initial value might be say, 'dflt' or 'wide180' or 'wide270' etc.
make sure that the file with name say, 'dflt.prt' or 'wide180.prt' etc. exists in '/orant/report60/printers' folder. if it is not there, then create the file.
for example: wide180.prt
put the contents in it as:
printer "wide180"
height 66
width 180
after page control(L)
return control(M)
linefeed control(J)
hope this will do.
regards,
Chinmoy
dearchinmoy@yahoo.com
|
|
|