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

[sqr-users] Multiple Reports



Hi All,

I have an SQR that prints to two reports - it has:

   declare-report job-detail-report
   end-declare

   declare-report error-reporting
   end-declare


There are no declare-layouts, declare-printers etc. 

When I execute this the first report is formatted fine, font, layout etc is
correct.  The second report is a mess.  

To test, I commented out the do Process-Main and added a test procedure to
use the first report, print one line, use the second report and print one
line.  It looks like this:

begin-procedure test-use-report

  use-report job-detail-report
  print 'Testing use-report job-detail-report ' (+1, {col1})

  use-report error-reporting
  print 'Testing use-report error-reporting ' (+1, {col1})

end-procedure test-use-report


If I reverse the order of the declare-reports, declaring what I called
error-reporting first, then it prints OK and the other one is messed up.  

What am I missing?  The first declared report comes out fine, the second
doesn't.  

I'm running this through PeopleSoft Tools 8.16, HRMS 8.1.6.  Is something
required in the Process Defn (I know, this isn't a PeopleSoft group - I'll
cross post there)?

many thanks,
Bruce
Sent using cyberus.ca WebMail - http://www.cyberus.ca/

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