Page 1 of 1
Line number in report
Posted: Tue Oct 19, 2004 11:14 am
by Bruce
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__
=> RE: Line number in report
Posted: Tue Oct 19, 2004 5:37 pm
by Randall_Warden_(Guest)
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.