Avatar

Level 10

Hi,

If you go to Master Page 2 and select the page number object. In the layout:ready event change the script to:

this.rawValue = this.parent.index + 1;

This is JavaScript and will use the instances of the second Master Page as the page number (plus 1, as it is a zero based system). 

Hope that helps,

Niall