- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Yes,
the problem is you didn't modify the SOM expression for your text field.
If the form is build as the one in your video, than you have to change the line
var var0 = xfa.resolveNode("Form1.#subform.Textfield1").rawValue;
into
var var0 = xfa.resolveNode("form1.#subform.TextField1").rawValue;
Here's a good article that explains the basics of SOM expression.
http://www.assuredynamics.com/index.php/2011/05/som-expressions/