Subject | tib_grid and function keys |
---|---|
Author | stanw1950 |
Post date | 2002-02-07T23:51:02Z |
In our bde application we use f2 = edit, f8=insert, enter=post (if in
edit state), escape=cancel (if in edit state) in the screen
FormKeyDown procedure. After converting to ibobjects, it doesn't work
quite right when the tib_grid has focus, especially f2. Searching the
ib_grid.pas file, I see some of these keys are being utilized,
especially f2. How can I (or can I?) remove the focus from the grid
when the f2 (or any) key is pressed so as not to run the code for the
grid? Thanks in advance.
Stan Walker
edit state), escape=cancel (if in edit state) in the screen
FormKeyDown procedure. After converting to ibobjects, it doesn't work
quite right when the tib_grid has focus, especially f2. Searching the
ib_grid.pas file, I see some of these keys are being utilized,
especially f2. How can I (or can I?) remove the focus from the grid
when the f2 (or any) key is pressed so as not to run the code for the
grid? Thanks in advance.
Stan Walker