[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Printing on Legal size paper (8.5,14) - sqr2.5
Maury Davis wrote:
>
> Ram,
>
> Not sure if you've resolved your Legal Printing issue, but we had a
> customer with a similar problem. My call log is documentated as follows:
>
> Found that the PRINTER-INIT statement has a reset parameter. To get
> around, tried the following:
>
> BEGIN-REPORT
> Do Legal
> -
> -
> END-REPORT
>
> BEGIN-PROCEDURE Legal
> Encode '<27>&l4H&l3A' into $Legal
> Print $Legal ()
> END-PROCEDURE
>
> My customer was able to get it to print on legal paper but just needed to
> play with the linesize to get the appropriate results. Let me know if this
> helps...
Hello Maury Davis,
We tried to use pcl commands in the printer-init command and it worked
!
We are able to print the report on the legal size but we are not able
change fonts,line-size etc..
If i use printer-init and the declare-printer, printer-init
is ignored and it starts printing the first page fine and starts
printing
the remaining report in more than 20 pages.
The same thing is happening if i use declare printer after
print $legal ()
Thankyou very much.I really appreciate your response and i am sure
there is a solution for this problem.
Thanks
Ram.