Avatar

Correct answer by
Level 10

Hi, Abhinav,

You need to resolve the node for the particular instance of i. The syntax is:

xfa.resolveNode("MyTable.Row1[" + i  + "].txtName").rawValue;

There is an example here that will show the loop in action:

http://www.assuredynamics.com/index.php/category/portfolio/two-way-binding-in-tables/

Hope that helps,

Niall

Assure Dynamics

View solution in original post