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

RE: [sqr-users] SQR PCL Front Page Problem



Thanks again Peter.

-----Original Message-----
From: Peter Burton [mailto:Peter_Burton@Hyperion.com] 
Sent: Thursday, October 30, 2003 9:58 AM
To: 'sqr-users@sqrug.org'
Subject: RE: [sqr-users] SQR PCL Front Page Problem

Dennis,

When you want SQR to output printer code and not mess up you layout you
should use the PRINT command with the CODE (or CODE-PRINTER) option:

        print $FrontPage (1,1) CODE

        print $FrontPage (1,1) CODE-PRINTER=HP

Peter

> -----Original Message-----
> From: sqr-users-admin@sqrug.org@HYPERION  On Behalf Of "Witt, Dennis"
> <DCWitt@scripps.com>
> Sent: Thursday, October 30, 2003 9:23 AM
> To:   'sqr-users@sqrug.org'
> Subject:      RE: [sqr-users] SQR PCL Front Page Problem
> 
> Yes, that is the case.  I don't understand how this is the case?  I don't
> understand what to do to it correctly?  I spent a lot of time researching
> this and trying many different options/combinations.
> 
> I REALLY appreciate your feedback.  Thanks Richard.
> 
> -----Original Message-----
> From: Knapp, Richard [mailto:KnappR@umsystem.edu]
> Sent: Thursday, October 30, 2003 9:13 AM
> To: sqr-users@sqrug.org
> Subject: RE: [sqr-users] SQR PCL Front Page Problem
> 
> Interesting to note that the number of control characters your are sending
> is 5 and the number of missing characters is also 5.  I'm guessing that
> the
> control chars are overprinting the missing text chars.
> 
> Richard Knapp
> Database Programmer/Analyst
> Institutional Research and Planning
> University of Missouri System
> 573-882-8856
> knappr@umsystem.edu
> 
> 
> -----Original Message-----
> From: Witt, Dennis [mailto:DCWitt@scripps.com]
> Sent: Wednesday, October 29, 2003 1:28 PM
> To: 'sqr-users@sqrug.org'
> Subject: [sqr-users] SQR PCL Front Page Problem
> 
> 
> Please help me.
> 
> I'm using PCL to control duplex printing and front of new page.
> 
> Duplex printing is working and the front of page of a new page is
> accomplished as desired when a control break is encountered.  The problem
> that I'm encountering is that the first line of print on top of the new
> page
> is getting truncated five character positions to the left.  For example,
> when the SQR program encounters a control break, totals are printed, front
> page is generated for new set of data but the literal on the first line
> starting in column one gets truncated.  Normally it should print "Operator
> id:"; however, after activating a front page the literal gets printed is
> "tor Id:" beginning in column one.
> 
> Code example:
> 
> Begin-procedure Init-Report
> 
> encode '<27>&a1G' into $FrontPage
> 
> end-procedure
> 
> 
> begin-heading
> 
> if $NewPage = 'Y'
> print $FrontPage (1,1)
> move 'N' to $NewPage
>       end-if
> 
> end-heading
> 
> _______________________________________________
> 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
> 


************************************************************************

If you have received this e-mail in error, please delete it and notify the
sender as soon as possible. The contents of this e-mail may be confidential
and the unauthorized use, copying, or dissemination of it and any
attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not, therefore,
accept legal responsibility for the contents of this message nor for any
damage caused by viruses.  The views expressed here do not necessarily
represent those of Hyperion.

For more information about Hyperion, please visit our Web site at
www.hyperion.com

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users