Line number in report

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Bruce
Posts: 43
Joined: Tue Oct 10, 2017 12:44 pm

Line number in report

Post by Bruce » Tue Oct 19, 2004 11:14 am

I understand that there is a function to obtain the page number of a report (pageno()) however is there a function to obtain the current printed line number of a report?____Regards____Bruce__

Randall_Warden_(Guest)
Posts: 22
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Line number in report

Post by Randall_Warden_(Guest) » Tue Oct 19, 2004 5:37 pm

You can count the number of records printed on a page with a Total Field that resets on each page. Then, if you know the number of lines per record, and lines in headers and footers, you should be able to calculate the number of lines per page.

Post Reply