Page Count
February 26, 2007 12:00 AM
Hi mjermyn ......... here's what we use for automated pagination of pages which causes no problems when jumping back and forth.create two variables1. pageName2. runningPageCountthen a text box to hold the values (page count) with the word 'page' in it.now your title/chapter level actions1. Set label equal page on show > modify var > runningPC > (val)page > (mod type) set var contents2. Add current page on show > modify var > runningPC > (val)VAR(PageInChapter) > (mod type) add to var3. Add of on show > modify var > runningPC > (val)of > (mod type) add to var4. Add total pages on show > modify var > runningPC > (val)VAR(PagesInTitle) > (mod type) add to var5. Set label contents on show > change contents > page count > (new contents) runnningPCountthat's it! now you'll have a "page x of x" type of display. good luckcas
Discussions have been disabled for this post