[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 (8.5,14)
Remove the PRINTER-INIT command and put an INIT-STRING parameter in the
DECLARE-PRINTER block. But put ONLY the escape string for the legal size
paper and duplex printing in that INIT-STRING parm. Leave anything else
that was in your PRINTER-INIT string out. Unfortunately I don't remember
what the escape sequence is to tell the printer to expect legal size paper
or duplex mode (I just did this too, lol). But if you don't have the
printer manual you can get the pcl commands from HP's web site.
BTW, you will also need to add a DECLARE-LAYOUT command to specify the
paper size for the page buffer.
At 10:46 AM 9/16/99 -0400, you wrote:
>I am using SQR 4.0 attempting to print on legal paper on a HP5si printer
>with different fonts and also need to do duplex printing. I am very new to
>SQR and could not find a "setup.sqc" that even allows legal size. I have
>searched that archives here to no avail.
>
>Having a DECLARE-PRINTER in my sqr and have a "printer-init" in the SQC
>causes errors when comiling.
>
>Any suggestions?