I need help with this....
Within a text field I have the following code in the change event script that should add the text to a DropDownBox.....
DropDownBox1.addItem(xfa.event.newText);
The problem is. It as each letter as a seperate item. For example, if I add "ABC" the DropDownBox adds "A" "AB" & "ABC"
What code can I use to just return the value "ABC"
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs