Group: Forum Members
Posts: 448,
Visits: 12K
|
Is there a way to fill a combobox with an Enumeration and not have it fill it in Alpha Order?
If the Enumeration is:
Cash 1
Check 2
Payother 3
Payment 4
It fills the combobox with Payment before Payother and I really want it in the integer order???? I'm sure it is something simple but I don't seem to be able to find it.
TIA.
|