I found the InteractiveChange Event in a combobox in a
grid cannot be trigged properly if
1) RowSourceType is 6 and you hold the left button of
a mouse and move to the row you want and release the mouse.
2) RowSourceType is 1 and you click the down arrow
and release the mouse and then move to the row you want
and release the mouse.

RecordSourceType in the grid is the default value 1.

It works if you use method 1) when RowSourceType is 1 or
you use method 2) when RowSourceType is 6.

Any ideas?

TIA

Re: Bug? The InteractiveChange Event in a combobox in a grid cannot be trigged? by Anders

Anders
Fri Nov 28 08:54:42 CST 2003

Could you do something in the MouseUp event?
-Anders

"William" <william@hotmail.com> wrote in message
news:086701c3b5a0$6bc1be80$a101280a@phx.gbl...
> I found the InteractiveChange Event in a combobox in a
> grid cannot be trigged properly if
> 1) RowSourceType is 6 and you hold the left button of
> a mouse and move to the row you want and release the mouse.
> 2) RowSourceType is 1 and you click the down arrow
> and release the mouse and then move to the row you want
> and release the mouse.
>
> RecordSourceType in the grid is the default value 1.
>
> It works if you use method 1) when RowSourceType is 1 or
> you use method 2) when RowSourceType is 6.
>
> Any ideas?
>
> TIA
>