G
Guest
I have a data entry application. Due to ease and location, the users
utilizie the enter key to move from field to field, rather than the tab key.
Depending on the data they enter into a field, they may skip fields in the
"tab order" so I do not simply use process tab key. Application works fine
except for an oddity. There is a button on the form. If the user hits enter
to arrive on the button, then swaps (via MDI) to another form, (using
shortcut keys, not mouse) then uses another shortcut key to go back to first
form, even though you set focus to another control on the form, the enter key
will not leave the button. Subsequent use of the enter key is disabled until
you close the form and reopen it. Is there any workaround for this?
utilizie the enter key to move from field to field, rather than the tab key.
Depending on the data they enter into a field, they may skip fields in the
"tab order" so I do not simply use process tab key. Application works fine
except for an oddity. There is a button on the form. If the user hits enter
to arrive on the button, then swaps (via MDI) to another form, (using
shortcut keys, not mouse) then uses another shortcut key to go back to first
form, even though you set focus to another control on the form, the enter key
will not leave the button. Subsequent use of the enter key is disabled until
you close the form and reopen it. Is there any workaround for this?