Subject Re: [IBO] TIB_Grid processes keypress
Author Geoff Worboys
> 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?

Use Actions or ShortCut definitions, these override all other keyboard
processing and are the much preferred way of acheiving this sort of
thing.

--
Geoff Worboys
Telesis Computing