On the Form I am making in LiveCycle Designer ES 8.2, I have a Master page with the corporate information. On the bottom I am asked to have the page numbering but it must be Page X of Total page count.
Is this possible?
I was able to put in the current page by using this JavaScript:
this.rawValue = xfa.layout.page(this)
And this does give me a running page count - Page 1 of
How can I fill in the blank that should be the total page count, so it will show Page 1 of 4 for example?
Thanks
The custom Objects has a Page x of xx and it worked just fine.
But when I tested it out, and used Add Row over and over in the doc to add pages, on the very last page, the overflow tables covered up my Master Page footer.
Any ideas on fixing that?
Marla