void __fastcall TUsers::DBGColExit(TObject *Sender)
{
Ado->ExecSQL();
AQ4->Close();AQ4->Open();
}
after changing content of Table for AQ4 (Ado Query) and reload AQ4 DBG (DBGrid) reloads content too.
but I'm still on not Exit from my Col (Column) (and row) and then when I press on Selected+1 after reload row it selects second row of Grid, if I press Selected+2 it selects third row.
My selected item is first but not first in the same time.
example : DBGrid contains 1 2 3 4 5 I select 4 and reload stuff Then I click on 5 Selects 2 And I just can't click on 1 2 3 4 After reload.
how to fix this bug...
thank you.