Dear All,

i have met a very strange problem.

i have a datagrid connect to a recordset which will update during program. the datagrid is set to single record select. fullrow highlight

problem is, when i click 2nd row on the datagrid for 1st time, it will change to 2dn row, then i click 1st row, it go 1st row. now i click again 2nd row, the datagrid will not more function. it highlight 2 row... the datagrid_click event totally not fire. but, if i put a breakpoint at 1 of the line in code, it will go to fire the event, but after i remove the breakpoint. it goes crazy again.

i using VB6 sp6.

Thanks for help in advance.