Sometimes when the user presses the tab key and it's not in the last column in a TDBGrid it creates a new row and sets the linked DataSet state to dsInsert. I cannot understand why it happens nor avoid it.
Asked
Active
Viewed 81 times
1
-
1Sounds like you might have a call to `Application.ProcessMessages` elsewhere in your code. The re-entrancy that APM allows can be the source of problems like this. – MartynA May 13 '21 at 15:40
-
Show a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). – fpiette May 24 '21 at 08:10