Notation and Printing

Kelly Burgess kellyb at montana.com
Mon Jul 18 05:25:49 UTC 2022


Hi Das,

I think the notational equivalent of Print Report is normally used in conjunction with Print Report, not in place of it.

I usually use Set report name and Print Report (dataList) - and then in the report class $construct I've got:

  For pDataList.$line from 1 to pDataList.$linecount
     Do $cinst.$printrecord
  End for
  Do $cinst.$printtotals
  Do $cinst.$endprint()

Kelly


More information about the omnisdev-en mailing list