Avatar

Level 10

Keep the Page n of m field on the form and change the presence to hidden. Place an another text field on the screen and change the type property in value tab to protected. Place the below code in the Layout Ready event of the TextField.

this.rawValue = "PAGE " + CurrentPage.rawValue + " OF " + PageCount.rawValue;

This is a work around.

Thanks

Srini