[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] Printing Vertically
- Subject: Re: [sqr-users] Printing Vertically
- From: "Steve Wowelko" <SAWOWELK@syr.edu>
- Date: Thu, 15 Jan 2004 12:18:37 -0500
- List-id: This list is for discussion about the SQR database reporting language from Hyperion. <sqr-users.sqrug.org>
Bob,
If you have your printer-type defined as hp you can send escape sequences to
the printer to rotate text. Here are some snippets from one of my programs
that do column headings vertically.
Stephen Wowelko
Information Systems
Syracuse University
..
..
..
!---------------- print rotated font ----------------
alter-printer point-size=9 font=5
encode '<27>&a90P' into $rotatefont
Print-Direct Nolf Printer = hp $rotatefont ! rotate text to 90 degrees
print 'Completely' (32,26)
print 'Satisfactory' (33,26)
print 'Attendance' (36,26)
print 'Participation' (39,26)
print 'Assignments' (42,26)
print 'Exams/Quizzes' (45,26)
print 'Mid-Semester Grade' (48,26)
print '(optional)' (49,26)
!---------------- end print rotated font ----------------
..
..
..
encode '<27>&a0P' into $rotatefont
Print-Direct Nolf Printer = hp $rotatefont ! rotate text back to 0
new-page ! done with this back page
..
..
..
>>> robert.j.hallmark@lmco.com 01/15/04 11:37AM >>>
Brio 6.0
Oracle 8i Database
UNIX Server
Is there any way have a portion of an SQR report, such as column headings,
to print vertically?
Thanks
Bob H
_______________________________________________
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