I have a combo box (two columns) defined from the following array example. How do I make it when the user click on the combo box, the selection is default on the top instead of the bottom of the array?
Thanks in advance.
* this array is for the Add
DIME arClass[20,2]
arClass[1,1] = 'A'
arClass[1,2] = 'Accounting Fee'
arClass[2,1] = 'B'
arClass[2,2] = 'Bond Payment'
arClass[3,1] = 'C'
arClass[3,2] = 'Charge Back'
arClass[4,1] = 'D'
arClass[4,2] = 'Finders Fees'
.....
Thanks in advance.
* this array is for the Add
DIME arClass[20,2]
arClass[1,1] = 'A'
arClass[1,2] = 'Accounting Fee'
arClass[2,1] = 'B'
arClass[2,2] = 'Bond Payment'
arClass[3,1] = 'C'
arClass[3,2] = 'Charge Back'
arClass[4,1] = 'D'
arClass[4,2] = 'Finders Fees'
.....