Event Name (OpenInsight 32-Bit)
At 07 APR 2005 07:17:20PM Aiden Massey wrote:
Using promoted events starting with APPNAME*..OIWIN* in SYSREPOSEVENTEXES that calls function PROMOTED_EVENTS. PROMOTED_EVENTS will do all the work deciding which commuter module to call. How do I get the event name that fired - gotfocus, lostfocus, read etc.
At 07 APR 2005 07:58PM [email protected]'s Don Bakke wrote:
Aiden,
Since we have a promoted event for each event type this is determined beforehand when we call our Promoted_Events() function. In your case, you'll have to use the Get_Current_Event() function.