Expand my Community achievements bar.

getField() syntax when using with app.setTimeOut()

Avatar

Former Community Member
Hi!



I'm using Adobe LifeCycle Designer v7. I want to change the value of a checkbox field using the timeout function. What I tried is



app.setTimeOut("this.getField('myForm.Page[0].subform1[0].chkTest').rawValue = 'Value1';",100);



But this doesn't work. I'm not really sure how to use that getField() function, where to put brackets, sharps (#) and generally the syntax of it.



Do you know how to solve that problem?

Isn't it possible to use the xfa.resolveNode() function for that?



Thank you in advance!
0 Replies