[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: HP Printer setup



Ray,

I am using an HP5SI with Duplex and initially had a problem similar
to yours.  I don't remember exactly what fixed it, but I think it was
the page-size in the setup section.  I would also suspect the margin
settings.

Below is my setup section from a report that is printing landscape.
 This is currently running under SQR 2.5x  against MS SQL Server.

Hope this helps

Brent


begin-report
  declare printer
      type = Hplaserjet
      Orientation = LANDSCAPE
      Left-Margin = 0
      Line-Size = 10
      Char-Size = 4.1
      point-size = 8.8
      font = 24
  encode '<27>&l1S' into $duplex_print
  print $duplex_print (0,0)
do main
end-report
!-----------------------------------------------------------------
--------------
begin-setup
.....
page-size 52 190
.....
end-setup
!-----------------------------------------------------------------
--------------
begin-heading 3
....
heading print statements
....
end-heading