Avatar

Correct answer by
Level 2

Hi jm29468764,

"this.rawValue" in the switch-Section cannot work (i guess...), as the value of the adressed field (Textfeld1) is always empty - so no switch is triggered.

If possible (I use ES 4) use the (in german) "Aktionsgenerator" (action Generator) to perform this task. I've done this and this code shows up:

//Formular1.#subform[0].DropdownListe1::change - (JavaScript, client)

this.resolveNode("Textfeld1").rawValue = $.boundItem(xfa.event.newText);

Hope this helps.

Regadrs

Dietmar

View solution in original post