I have the script below in a repeatable subform, which does what I want by putting the value in place on each subform, but only after the cursor enters the first text field. Is there a way to have the action take place when the cursor enters the page?
this.rawValue=xfa.form.resolveNode(this.somExpression.replace("page2","page1")).rawValue; |
Thanks for any assistance
Parre