Avatar

Level 2

Hi Steve,

Its a bit of an old thread already, but I am facing similar problems to what Albert was facing.

My form is already configured to use 1)dynamic XML form as default data type and 2)Preview as Interactive form.

The techinique I am trying to use is also xfa.resolveNode("form1.page1.cb.caption.value.#text").value = "Abc";

However, it doesn't seem to work. On test, no code is ran after that line, which means that element could be invalid, but I've checked and it seemed ok.

Language used is Javascript and not FormCalc too. Any idea how I can tackle this?

Thanks!