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

Page Count

hlyeoh
Registered: May 13 2008
Posts: 2

Hi

I am not sure how can I start to code this, I need to write a function to count the page.
I have 2 master page, and there will be 2 body page, due to this, I cant use existing standard function to do form counting.

how can i start to code? using formcal and javascript?
where should i put the events?

or if there any better way??

Thanks for your help.

My Product Information:
LiveCycle Designer
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
JavaScript in LiveCycle Designer you can use one of the following:

xfa.host.numPages
xfa.layout.absPageCount()
xfa.layout.pageCount()

George Kaiser