- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
When you are copying script from one form to another, it is important that you amend the script so that it refers to objects in the new form.

"page3" in the script refers to what I have called a particular page. Similarly, "thisPage" is a numeric field on page3.
The script in the click event:
xfa.host.currentPage = page3.thisPage.rawValue - 1;
will only work if you have a pages called "page3" and an object in that page called "thisPage".
Hope that helps,
Niall
Views
Replies
0 Likes
Total Likes