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

[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