- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
It turns out, when tables are manually named, they have to be put in the following form:
for (var i = 1; i<24;i++)
{
var tasks = "form1.sfMGR.sfCheckList.sfMainItems.Table10.Row";
var taskResolved = xfa.resolveNode(tasks + i);
}
Views
Replies
0 Likes
Total Likes