Action
|
Information logged
|
Event occurs
|
Event Type — GUI (GUI Windows), UI (character mode), PRGS, COM, ASYNC, or SOCKET.Event Name — (For example) WM_xxx, OCX event name, LEAVE, TAB.Widget information — Type (BUTTON, for example), name, and handle ID of the object, when available.Flag — Can be set to TRUE or FALSE for COM events (for use by Progress Software Corporation Technical Support). OpenEdge Handled — The string Progress Handled appears only for COM object WM_ events. Logging this string means that the AVM captured the event and will process it, as opposed to passing it to the ActiveX control.
|
Indirect action
|
Description — A descriptive string. When processing an event, the AVM might perform additional tasks that will also be recorded. These extra tasks include: minimize, restore, and close related windows.
|
ABL event pushed onto stack
|
Event Name — (For example) LEAVE, ENTRY.Widget information — Type (BUTTON, for example), name, and handle ID of the object, when available.Procedure Name — Name of the procedure that created the object.
Note: OpenEdge makes no entry for COM events sent by an ActiveX control.
|
Event popped off stack without executing
|
Event Name — (For example) LEAVE.Event Discarded — Noted as "discarded." Additional information provided, if the reason for the action is known (for example, "disabled").Widget information — Type (BUTTON, for example), name, and handle ID of the object, when available.
|
Trigger started
|
Handler — Event name and object name (similar to the ON statement), or name of the internal procedure.
|
Event applied by APPLY statement
|
Event Name — (For example) ENTRY.Widget information — Type (BUTTON, for example), name, and handle ID of the object, when available.Routine and line number — Name and line number of the routine (.p or .w file or method) and internal procedure, if appropriate, where the APPLY statement is. The line number is based on the Debugger listing file.
|
Trigger finished
|
Handler — Event name and object name (similar to the ON statement), or name of the internal procedure.
|
Event popped off stack
|
Event Name — (For example) LEAVE, ENTRY.Widget information — Type (BUTTON, for example), name, and handle ID of the object, when available.Routine Name — Name of the routine (.p or .w file or method) that created the object.
Note: OpenEdge makes no entry for COM events sent by the control.
|