[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] printing Landscape Legal size paper
- Subject: RE: [sqr-users] printing Landscape Legal size paper
- From: "McCown, Larry" <larry.mccown@ngc.com>
- Date: Mon, 9 Oct 2006 12:22:06 -0700
- Delivery-date: Mon, 09 Oct 2006 15:26:15 -0400
- In-reply-to: <93D0418A67D27C47BD90CF3A0DCC39F5CBE8C5@UM-XMAIL04.um.umsystem.edu>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: Acbrx1LibIGYy9dCTHOXePs8RQWI4wADquDgAAB0YDA=
- Thread-topic: [sqr-users] printing Landscape Legal size paper
Below is the code I use for landscape. Not sure if you could just
change the Paper-size to (11, 14) for legal?
Hope this helps
Larry
begin-setup
DECLARE-LAYOUT DEFAULT
PAPER-SIZE = (11, 8.5)
ORIENTATION = LANDSCAPE
LEFT-MARGIN = 0.25
TOP-MARGIN = 0.50
RIGHT-MARGIN = 0.05
bottom-margin = 0.05
END-DECLARE
DECLARE-PRINTER HPLASERJET
TYPE = HPLASERJET
POINT-SIZE = 6
END-DECLARE
Declare-Image LOGO
TYPE = BMP-FILE
SOURCE = 'f:\sqr4\LOGO.BMP'
IMAGE-SIZE = (25,3)
END-DECLARE
#DEFINE WIDTH 156
#DEFINE HEADLINERS 5
#DEFINE FOOTLINES 5
!#sqr-max-lines
end-setup
-----Original Message-----
From: sqr-users-bounces+larry.mccown=ngc.com@sqrug.org
[mailto:sqr-users-bounces+larry.mccown=ngc.com@sqrug.org] On Behalf Of
Knapp, Richard
Sent: Monday, October 09, 2006 12:13 PM
To: This list is for discussion about the SQR database reportinglanguage
fromHyperion Solutions.
Subject: RE: [sqr-users] printing Landscape Legal size paper
Sagar,
I looked but could not find an example although I have done this myself.
My contribution has been wiped from the collective memory. How quickly
they forget. As long as your printer is an HP or speaks HP Printer
Control Language (many do) and you are not printing via a windows
machine, you can begin your document with PCL control sequences. You
can look these up on the HP web site. They allow you to control any of
the features the printer(s) support. All sequences employ the escape
character which you can encode with chr(27).
Everything else in the sequence must be verbatim as it appears in the HP
documentation - caps are caps, etc..
Richard Knapp
AITS - Reporting
University of Missouri
Locust Street Building
Columbia, MO 65201
573-882-8856
knappr@umsystem.edu
-----Original Message-----
From: sqr-users-bounces+knappr=umsystem.edu@sqrug.org
[mailto:sqr-users-bounces+knappr=umsystem.edu@sqrug.org] On Behalf Of
sagar minn
Sent: Monday, October 09, 2006 12:18 PM
To: sqr users
Subject: RE: [sqr-users] printing Landscape Legal size paper
Hi Richard,
Sorry for confusing you and everyone else.
I'm actually trying to get the printer to print legal landscape.
Can you send me an example script for the printer control sequences
Thanks
Sagar
---------------------------------
How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
rates.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users