LucieLastic
Programmer
hi All
I have a dbgrid which is set to multi-select. I was using GotoBookmark to get each record but this turned out to be too slow.
Using DBGrid's OnKeyUp,OnColEnter and OnCellClick, I capture the info I need for each record and store it in a TList.
Trouble is, if they use Shift and arrow keys, then if the key repeating starts, events aren't fired and I don't get all the record id's I need. How can I stop the dbgrid doing a key repeat, so that the user has to step for each record, or alternatively, what event can I use to capture every record highlighted using key repeat?
big ta
lou
I have a dbgrid which is set to multi-select. I was using GotoBookmark to get each record but this turned out to be too slow.
Using DBGrid's OnKeyUp,OnColEnter and OnCellClick, I capture the info I need for each record and store it in a TList.
Trouble is, if they use Shift and arrow keys, then if the key repeating starts, events aren't fired and I don't get all the record id's I need. How can I stop the dbgrid doing a key repeat, so that the user has to step for each record, or alternatively, what event can I use to capture every record highlighted using key repeat?
big ta
lou