T
TK
I am trying to find out how to know when the report's recordset has reached
the end. What I want is, if the data is finished but there is still room on
the page, then I want it to enter some lines (______) until the end of the
page.
I think I have the basics down:
reset counter on each page header format;
count the nuber of lines in the detail print;
*when the recordset eof is reached*
see where the counter is, subtract that from the total number of lines
allowed on the page, and do a loop inserting the lines until the total
allowable for the page is reached.
If I have any of that wrong, please correct me -
Thanks in advance.
TK
the end. What I want is, if the data is finished but there is still room on
the page, then I want it to enter some lines (______) until the end of the
page.
I think I have the basics down:
reset counter on each page header format;
count the nuber of lines in the detail print;
*when the recordset eof is reached*
see where the counter is, subtract that from the total number of lines
allowed on the page, and do a loop inserting the lines until the total
allowable for the page is reached.
If I have any of that wrong, please correct me -
Thanks in advance.
TK