[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Printing Landscape on HP Laserjet 8000 DN
Try including 'setup02.sqc' instead of 'setup01.sqc'
#include 'setup02.sqc'
These tell the printer what orientation to print in.
Setup01.sqc = portrait
Setup02.sqc = Landscape
HTH
John
"Hallmark, Robert J" wrote:
> We are using:
> Oracle 7.3.2
> SQR 3.5
> Windows 95
>
> I am printing a report to a HP Laserjet 8000 DN. I have specified 17X11
> landscape as noted below, but the printer does not recognize this and prints
> on letter size paper. I need some help regarding how to signal the printer
> to use the proper paper size. I am still pretty green at this, so as much
> detail as possible would be greatly appreciated.
>
> Thanks
>
> Bob Hallmark
>
> Begin-Setup
> Declare-Layout Default
> Orientation=Landscape
> Paper-Size=(17,11)
> Top-Margin=0.5
> Bottom-Margin=0.5
> Left-Margin=0.25
> Right-Margin=0.25
> End-Declare
> End-Setup