On Fri, Mar 5, 2010 at 16:14, Jack Skelley wrote: > Garry: > What is the controlsource of the combobox? If it is an sql select order by > the item you wish there. > If you build the combobox with an array use asort(). If you popular with a > table create an index on the field you wish. > In a standard combobox when sorted is .t. it will sort on the first column > and that is also true of the incremental search. > Regards, > > Jack Skelley
Hi Jack, I create the combobox with an AddListItem(). But I followed your sort advice and I made the first column the one I wanted to show and the combo is now working correctly. Many thanks! Cheers, Garry _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

