[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



Thanks for the input Larry and John.  I have declared the printer and it now
selects landscape, but is selects 14 X 8.5 paper size instead of 17 x 11.
Can anyone tell me how to overcome this?

Thanks

Bob

----------
From:  McCown, Larry [SMTP:MCCOWLA@mail.northgrum.com]
<mailto:[SMTP:MCCOWLA@mail.northgrum.com]>
Sent:  Thursday, May 27, 1999 3:48 PM
To:  'robert.j.hallmark@LMCO.COM'
Subject:  FW: Printing Landscape on HP Laserjet 8000 DN

Hi Bob,
Have you tried including the declare-printer within your begin-setup?  That
is the only thing I can see in my code that works that is not in yours.
Good Luck.   Larry
        > 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
        Declare-printer hplaserjet
        type = HPLASERJET
        end-declare
        > End-Setup
        >
        > ----------
        > From: Hallmark, Robert J[SMTP:robert.j.hallmark@LMCO.COM]
<mailto:[SMTP:robert.j.hallmark@LMCO.COM]>
        > Reply To:     SQR-USERS@list.iex.net
<mailto:SQR-USERS@list.iex.net>
        > Sent: Thursday, May 27, 1999 7:53 AM
        > To:   Multiple recipients of list SQR-USERS
        > Subject:      Printing Landscape on HP Laserjet 8000 DN
        >
        > 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
        >