These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Page X of Y - how to do this?

MarlaZ
Registered: Apr 28 2010
Posts: 112

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

Marla

My Product Information:
LiveCycle Designer, Windows
MarlaZ
Registered: Apr 28 2010
Posts: 112
I figured it out!!

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