Montana751
Programmer
As you are all aware about the Crystal bug using Page N of M (or any of the page functions) when exporting to PaginatedText (or Text or cvs and a few others), the output displays Page -1 of 1. I use a formula that displays the correct information, but backwards. So it would instead of showing Page 1 of 3, I get Page 3 of 1; changing the formula does nothing. Here is the formula:
"Page " + ToText(PageNumber,0) +" of " + ToText(TotalPageCount,0)
My problem comes into play when I have to reset the PageNumbers after a groupfooter. It works as long as you don't have 1 page, so instead of showing Page 1 of 1, I get page 2 of 1 no matter what I do.
Any suggestions/work-arounds to get the correct value?
"Page " + ToText(PageNumber,0) +" of " + ToText(TotalPageCount,0)
My problem comes into play when I have to reset the PageNumbers after a groupfooter. It works as long as you don't have 1 page, so instead of showing Page 1 of 1, I get page 2 of 1 no matter what I do.
Any suggestions/work-arounds to get the correct value?