Hi!
Changing the selected option should change the value auf Text13 (Text, not a Textfield)
The default value of Text13 is for example "xxxxxxx".
The following works:
Formular1.#subform[0]::ready:form - (FormCalc, client)
Formular1.subf5.Text13.rawValue = "mm"
-> The new value of Text13 is "mm".
This doesn't work:
Formular1.#subform[0].Table1.Row5[7].#subform[0].OptionList::change - (FormCalc, client)
Formular1.subf5.Text13.rawValue = "mm"
-> The value of Text13 is still "xxxxxxx".
How can I change Text13?
Thanks in advance.
to change the value of a text use:
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs