bdn.borland.com

Article #29013: My ActiveX Controls are not Responding to 'Tab' and 'Cursor' Keys.

Synopsis: My Active Forms and other ActiveX Controls respond to Alpha Numeric Keys, however, they are not responding to 'Tab' and 'Cursor' keys.

Solution: Your controls will need to handle the CM_WANTSPECIALKEY message, which can be done by implementing the CMWantSpecialKey procedure.

Last Modified: 31-AUG-02