Avatar

Level 1

HOLY CRAP!!!!

That was it...I did not know that if something fails the script stops.....OH MY GOD!!!

I put just this and it worked!!!!

xfa.resolveNode("form1.Enrollment[1].lastname").rawValue = xfa.resolveNode("form1.#subform.Table1.Row1[1].last2").rawValue;

JESUS a lot of time was wasted by not knowing the script would just STOP!!!

Why did they do that?