Subject TIB_Grid processes keypress
Author Dion Oliphant
Hi,

I capture keystrokes using the forms onkeydown event with keypreview set to
true. When the TIB_Grid has focus and I press the insert key, the grid
processes the insert as well as the onkeydown event(hence 2 inserts),
resulting in an exception because pertinent info was not added to the first
insert. How do I disable the processing of the insert on the TIB_Grid?

Thanks,
Dion.