TCRDBGrid vs. Insert/Append
Posted: Thu 15 Mar 2007 22:19
After some scrolling in the database by the TCRDBGrid, if the TCRDBGrid is enabled when i call Insert or Append, it doesn't take the table in insert mode.
If i take the TCRDBGrid in Enabled:=False just before the Insert, then it works.
Or if the first thing is Insert after the application's start, it works too.
If i use Append, the table's pointer jumps to end of the table, but won't change to insert mode.
If i take the TCRDBGrid in Enabled:=False just before the Insert, then it works.
Or if the first thing is Insert after the application's start, it works too.
If i use Append, the table's pointer jumps to end of the table, but won't change to insert mode.