- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Because you are accessing objects on the design pages, from the Master Page you will need to resolve the nodes.
var oSubform = xfa.resolveNode("xfa.form.form1.page1.subform2");
Example is here: https://acrobat.com/#d=8AlfbIzPxwT2LV95*754cg
The objects on the left are all on the design page 1, so referencing them is easy.
The objects on the left are on different pages. The button is on the Master Page, whereas the subform is on page 1. The script above resolves the node, so that you can then use oSubform.
Hope that helps,
Niall
Views
Replies
0 Likes
Total Likes