cancel
Showing results for 
Search instead for 
Did you mean: 

Order combo valid values

Former Member
0 Kudos

Hi all,

I would like to populate a combo box with the values of a DBDatasource. The problem is that I want it ordered by a field. Is there any way to order the DBDatasource values or the valid values of a combobox.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jose,

The only way I can think of is to get the values from the dbDataSource into memory and then sorting it manually in your application and then adding it to the combo box when it is sorted.

Hope it helps,

Adele

Answers (0)