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

Multiple rpt files and check prints



SQR4.3.2, Oracle 8.05, PSTools 7.54: 

I'm working on some custom versions of the FSA reimbursement check print (and an advice print) that I've heavily cloned for check formatting commands from PAY003 and DDP003.  Everything was working fine until a new requirement emerged that a control report was needed to track the count and amount of checks produced as they are created.

Our current method of creating 2 reports from an SQR is like:

begin-setup
#include 'setenv.sqc'   !Set environment
#Include 'usarpt.sqc'   !USA Report parms
#include 'umset32.sqc'  !Printer and page-size initialization Landscape

   declare-report Print-Control-Report
   end-declare
   declare-report Print-Error
   end-declare

end-setup

However, if I add these into the SQR, I'm getting messages that I can't use:  Declare-Report
                 Use-report
                 etc.
while I'm also using (from PAY003):
                 graphic font
                 declare printer
                 etc.

Any thoughts on how I can do this without changing all of the vanilla check formatting?

BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:McClellan, Betty
ORG:;OHR
EMAIL;WORK;PREF;NGW:mccle018.NDIS-DATA1.ADCS-ADMIN
N:McClellan;Betty
X-GWUSERID:mccle018
END:VCARD