I use xfa.resolveNode when working with fields in a subform. I am trying to do the same with a subform in a row in a table, but am getting a null error. Can I use xfa.resolveNode to refer to a field in a table e.g. xfa.resolveNode("subform.field")?
Thanks for any assistance with this.