Click to See Complete Forum and Search --> : Combobox
Kelloggs
May 13th, 1999, 03:39 AM
I have a problem with my combobox. When there are two of the same names I want them to be diplayed only one time in the combobox. In SQL there is a function called distinct which does the job. How do I do the same in C++ ?
Bob Clarke
May 13th, 1999, 04:49 AM
The combox box has no support for what you want. You'll have to filter the contents manually as you insert or add strings to the combobox.
Kelloggs
May 13th, 1999, 06:59 AM
I have found a sollution: I just use FindStringExact.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.