lotius81
3rd December 2016, 00:22
Is there a predefined boolean or function that lets me know when a report's current record is the last one? I can use things like after.receive.data for when a record comes in, but is there something like after.last.record?

Thanks for any help or direction.

lotius81
3rd December 2016, 01:34
Nevermind. I found that I could use lattr.enddata to solve my issue.