Still having trouble with this same form...
I have a button that adds a subform as well as a row to a table (the table is in a different subform. I want the information that the user enters into the subform to populate into the table rows. I'm on my 3rd day of trying to figure it out and my third solution. I now have the script below, which only adds the information in the subform to the 3rd row (which is actually the 2nd row if you don't count the header row). All of the other rows in the form stay blank. Not.what.I.want!
xfa.resolveNode("form1.Subform8.Table5[0].Row2["
+this.parent.index+"].TextField40").rawValue=
this.rawValue;
What am I doing wrong? I've never written in code or scripted or anything of that nature. Please help me...