Hi,
I guess this is a simple and easy question.
I have a combobox, with list source an IDO Collection. 3 properties from the IDO are selected and Columns to display is "1,2,3"
STDOLE IDOName( PROPERTIES(Item, Description, Quantity) DISPLAY(1,2,3))
When I select a value from combobox, first column's value is stored in in the object defined at Data Source > Binding.
How can I store value of 2nd and 3rd columns into some variables? Whats the best approach?
Thanks in advance.
Shuaib