This is not really an issue but more of an observation that concerns MS Access.
I use the keypressbehaviour = igKeyPressEditReplace in all my grids. In some grids I've noticed that when I press a key it doesn't seem to register. It's very random and it is roughly a 50% chance that it works. If it fails to register it always works on the second keypress.
I discovered that it has to do with the
CurrentDB.Execute-command.. The tables being updated are linked to SQL-Server.
If I replaced CurrentDB.Execute with a DoCMD.RunSQL or updated a table via a recordset the issue dissappeared.
This has been an annoyance for me and I'm happy to share the solution with others.
/Henrik
Edited by moderator
2016-09-21T15:23:33Z
|
Reason: Igor/10Tec: corrected the subject