Hi all,
We have just upgraded from 10.1.500.28 to 10.2.600.12 and some of our configurators are not working as they were. The problem appears to be in the dynamic list selection for various comboboxes. In our old system an expression like this;
would place 450 in the selected Combobox. Now I have to click the dropdown arrow and select it. This is not practical as some of the boxes are read-only when only one selection is to be returned.
My question is, how can I force the Initial value into the Combobox?
Any help would be greatly appreciated.
Thanks
Adrian
We are currently on version 10.2.600.20 and the initial values are now working as they should. I never did figure out how to get them working in 10.2.600.12
I found that I couldn’t use the initial value property on a combo populated from a dynamic list because the list hasn’t been populated when it tries to set the value. I worked around it by refreshing the list and setting the initial value in the page loaded expression. Either way, it feels wrong to hard-code the initial value when the list is dynamic. It’s unfortunate that you can’t set the initial value by index.