I have several table frames that are placed on different pages of a form. I
want to enable the user to use a keystroke such as Tab to move out of the
table frame to the next object in the page's tab order. I know how to trap
for the keystroke & I could do this on an individual basis, but I'd like to do
something at the form level that works like this:
If keystroke is tab and object is in a table frame then
moveto(next)
endif
Can anyone recommend a way to implement this?