- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Your repeating subforms, Groups and Identify, will have an index property to identify their occurance. So in the calculate event of the textfield in Identify using JavaScript place the following code;
xfa.resolveNode("Groups["+Identify.index+"].TextField18").rawValue;
This will return the corresponding value in the Groups subforms. Note you may have to adjust the SOM expression if Groups and Identify are not at the same level.
Bruce
Views
Replies
0 Likes
Total Likes