- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You need to use xfa.resolveNode to parse the instance index count.
I just did a quick test with a couple of tables, on the exit event of a field in Table1 I set a corresponding field in Table2 to the same value. Works the same with subforms.
xfa.resolveNode("Table2.Row1[" + this.parent.index + "]").TextField1.rawValue = this.rawValue;
Depending on how many levels deep in the repeating subform your field is you will need to play with the "this.parent.index" to get the path to the repeating subform (this.parent.parent.index, etc.).
Hope that's what you're looking for!
Views
Replies
0 Likes
Total Likes