Since it's early days.... the simplist solution I put forward for you
is:1)- make two combo-boxes- 1 with abbreviated codes- 1 with
corresponding "un-"abbreviated values2)On the "un-"abbreviated codes
combos 'ready:layout' event, but the following code:this.selectedIndex =
dropDownAbbreviated.selectedIndex;3)Make the "un-"abbreviated combobox
readyonly (it will look better)have fun