Hello all,
I am trying set the value of a textfield in a repeating subform/table row to another textfield in a repeating subform with the corrosponding instance number.
The user enters a list of Key Activities in the first part: -- KeyActivityRow is the repeating subform --
xfa.resolveNode("form1.#subform.KeyActivities.Row1.Table2.KeyActivityRow.Cell2")
-- KeyActivityRow is the repeating subform --
Which then Populates the corresponding occurence of: --
xfa.resolveNode("form1.#subform.ActivityTable.HeaderRow.Table1.HeaderRow.Cell1")
-- ActivityTable is the repeating subform --
Kevin