Avatar

Level 10

Hi,

How about on the second Master Page having the script in the layout:ready event of the Page Count field subtract the Page Count from the first Master Page.

this.rawValue = xfa.layout.pageCount() - Page1.PageCount.rawValue;

Would that work?

Niall