Page 1 of 1

DropDowns

Posted: Wed Feb 05, 2014 9:49 am
by bsinclair
I am using dynamic dropdown values created withing an RPG program. I can't get the dropdown to show the initial value, keeps coming up blank. I have tried everything but nothing seems to work. Here are the values I am using

dropdown1

Values
9900050 - West Texas Division Office

choices
9900050 - West Texas Division Office,9900060 - West Texas Division Office

choice values
0050_WTD,0060_IT

any suggestions would be greatly appriciated.

Thanks
Bill

Re: DropDowns

Posted: Wed Feb 05, 2014 9:54 am
by Alex
For the dropdown to show the initial value, the "value" property must match one of the values in the "choice values" property (not the "choices" property). Typically the "value" property is bound to an RPG field, and the RPG code will set it accordingly.