Why an Event Handler Returns an Event Greater Than 13ID: Q109153 The information in this article applies to:
SUMMARYEvent handlers are functions that trap and process events such as keys being pressed, mouse buttons being clicked, menus being opened, and so on. Even though only 13 events are defined in the PRO_EXT.H file, the event handler can receive an event number greater than 13. However, any event greater than 13 (except 999) is an internal FoxPro event and should be ignored.
MORE INFORMATIONBelow is the information from FoxPro's PRO_EXT.H file that describes the events that the event handler can trap for and their value.
Additional reference words: FoxWin 2.50 2.50a 2.50b lck
KBCategory: kbprg
KBSubcategory: FxtoolLck
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |