- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Suspect Attachment
I changed to:
var countOfPPInstances = xfa.resolveNode("tbl_people.person").instanceManager.count;
if (xfa.host.name != "XFAPresentationAgent" && this.resolveNode("populated").rawValue != "x")
{
for(var i=0;i<countOfPPInstances;i++)
{
xfa.resolveNode("tbl_people.person["i"].name").access="open";
xfa.resolveNode("tbl_people.person["i"].relationship").access="open";
xfa.resolveNode("tbl_people.person["i"].age").access="open";
}
}
And it works perfectly!
Thank you!!
-Jeff
Views
Replies
0 Likes
Total Likes