Heya Gurus!
Upon loading a form I load all the combo boxes with lists of data from tables etc.
I initially want all the combo boxes to show no selected values. I set all the selectedindex properties to -1 but they all seem to default to 0, which is usually the first item in the list.
How do I get this right?
It worked fine in VB6 because by default the Listindex property was set to -1.
Rgds
B-0
Len
Upon loading a form I load all the combo boxes with lists of data from tables etc.
I initially want all the combo boxes to show no selected values. I set all the selectedindex properties to -1 but they all seem to default to 0, which is usually the first item in the list.
How do I get this right?
It worked fine in VB6 because by default the Listindex property was set to -1.
Rgds
B-0
Len