Hi Peter,
It worked not out as well, even the combination of both does not have
any effect, I tried:
me.cmb1.SelectionLength = 0
me.cmb2.Selectionlength = 0
as well as:
Me.cmb1.SelectedIndex = -1
Me.cmb1.SelectedIndex = -1
Me.cmb2.SelectedIndex = -1
Me.cmb2.SelectedIndex = -1
me.cmb1.SelectionLength = 0
me.cmb2.Selectionlength = 0
thanks, Dirk
*****************************************************+
From: Piedro
Date Posted: 9/1/2004 5:25:00 AM
Maybe this helps
me.cmb1.SelectionLength = 0
me.cmb2.Selectionlength = 0
hth
gr Peter
(E-Mail Removed) (Dirk Meusel) wrote in message news:<(E-Mail Removed)>...
> Thanks Cor, for your reply, but it does not work either. I tried it
> the following way in every combination within the FormLoad Event as
> well as after the Oleadapter fills the dataset (which is in a separat
> function).
>
> Me.cmb1.SelectedIndex = -1
> Me.cmb1.SelectedIndex = -1
> Me.cmb2.SelectedIndex = -1
> Me.cmb2.SelectedIndex = -1
>
> Any more suggestions?
>
> Dirk
>
> "Cor Ligthert" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> > Dirk,
> >
> > Probably is it solved when you set the selectedindex two times to -1
> >
> > It is a known bug.
> >
> > Cor