Problem:
If you sub-classed an entry field to be able to trap F10 or F3 or any other function keys, the TAB event will not work.
Resolution:
This simply means that you need to trap also the tab key from your sub-class module the same way you did with the other function keys.
See how to trap F10 in the TrapF10 demo from the "Net Express Example & Utilities" page at the Micro Focus SupportLine (http://supportline.microfocus.com)
