Avatar

Level 4

priorityC seems to be an Array, but it seems you are only putting one item in it. Is that your intention? You may need to use the labelField property of the ComboBox to indicate what field to use in the ComboBox. You might even need to use the labelFunction property.

What happens when you trace event.result?

What happens when you trace priorityC[0]?

If this post answers your question or helps, please mark it as such.