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

Re: Printing on Legal size paper (8.5,14) - sqr2.5



Ram,

Not sure if you've resolved your Legal Printing issue, but we had a
customer with a similar problem.  My call log is documentated as follows:

Found that the PRINTER-INIT statement has a reset parameter.  To get
around, tried the following:

          BEGIN-REPORT
               Do Legal
               -
               -
          END-REPORT

          BEGIN-PROCEDURE Legal
               Encode '<27>&l4H&l3A'  into $Legal
               Print $Legal ()
          END-PROCEDURE

 My customer was able to get it to print on legal paper but just needed to
play with the linesize to get the appropriate results.  Let me know if this
helps...