Multi-Column Combo - Get Row's Fields for other Form Fields?

I have a dhtmlxCombo that is returning multiple columns so the user can pick the correct location (shows business, address, city, state and phone) – upon selecting, I want to populate other fields on the form (address, citt, state, and phone) from the row selected.

Can someone shed some light/code on how to access this data? (not using data processor, just raw enableFilter and XML).

Thanks!!
Ozz


Hello
You can get object of values via method

myCombo.getSelectedText()

And then get the value you need