- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes