I am relatively new to livecycle and have been struggling with this issue for awhile now. As per the subject line, I just wanted to know if there is a way to make the lists in two fields, namely a dropdown box and a list box, the same? I am trying to set up a form whereby there is one list box that I can dynamically add to (that part I have figured) which then feeds the updated list to drop down boxes throughout my form. Any direction on this would be greately appreciated. Thank you.
//adds chosen item to the list box named CCList
CCList.addItem(xfa.event.newText);