Avatar

Level 2

Hi StormShark (Gökhan),

xfa.form.form1.sayfa.TextField1[2].presence =  "invisible"   this notation works fine for FormCalc but when you convert language to JavaScript it wouldn't work. If you need to use JavaScript please try this:

xfa.resolveNode("xfa.form.form1.sayfa.TextField1[2]").presence = "invisible"

Enjoy and don't forget to click my blog

murat

www.muratkuru.com.tr