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

SQR PRINTING ERROR



Dear all,

I am very new to SQR reporting. I am experimenting on how declare-layout and
declare-report work and get a program abort message. Can anyone shed some
light on this area?

I coded the following section of code:


begin-setup

  declare-layout labels
    paper-size=(8.5,11)
  end-declare

  declare-report labels
    layout=labels
  end-declare

end-setup


begin-program
   use-report labels
   print 'University Roman - 3' (+1,1)

end-program


When I run this program from SQR workbench, the program abort with the
following error message:

(SQR 6003) Unexpected End-Of-File while processing the printer file.


The program was launched with the following report parameters:
-iH:\HR750\sqr\ -mH:\HR750\sqr\allmaxes.max -flpt1
-ZIFH:\HR750\sqr\pssqr.ini