04-19-2013, 03:03 AM
I have a mutli-page tabular (r x 4) report that looks like this
uid first last email
jsmith John Smith jsmith@yahoo.com
bjones Bob Jones bjones@yahoo.com
...
...
1 2 3
The 1 2 3 are in the first cell of the last row and they are links to the
page numbers. Depending on pages it could be more or less, like
1 2 3 4 or 1 2 or 1 2 3 4 5 6. Each is a link except the current page
number.
I want to go through all the uids. I can get the first page but am not sure
how to figure out how to click on the appropriate page number. I can get the last cell (rows,1) with the pages in it but how can I figure out the link for the next page? (Hope this makes sense)
uid first last email
jsmith John Smith jsmith@yahoo.com
bjones Bob Jones bjones@yahoo.com
...
...
1 2 3
The 1 2 3 are in the first cell of the last row and they are links to the
page numbers. Depending on pages it could be more or less, like
1 2 3 4 or 1 2 or 1 2 3 4 5 6. Each is a link except the current page
number.
I want to go through all the uids. I can get the first page but am not sure
how to figure out how to click on the appropriate page number. I can get the last cell (rows,1) with the pages in it but how can I figure out the link for the next page? (Hope this makes sense)