I have 2 data connections that are programmatically invoked via exit
event on different fields in form. Both have identical code with only
difference is that one populates a multiselect list box and one
populates a drop down list. The one that populates the listbox works
fine. Everytime Field A changes, it is fired and the results parsed then
listblox updated. The one with the drop down list is not working at all.
The form is used in Workspace. When I use the javascript debugger, I see
the corre...