Notation and Printing
Kelly Burgess
kellyb at montana.com
Mon Jul 18 10:17:19 UTC 2022
Another clarification. I wrote 'For pDataList.$line ...' but in fact I would start $construct with a Calculate iDataList as pDataList, and then I'd run the For loop on iDataList, the instance variable copy of the passed-in list, which would also be assigned to report field $dataname properties, e.g. iDataList.lastName.
Kelly
> On Jul 17, 2022, at 11:25 PM, Kelly Burgess <kellyb at montana.com> wrote:
>
> 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