Support for Automation object events
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Support for Automation object events
Automation objects can generate events in response to
an action performed on the object, such as the creation of a Word
document or the printing of an Excel Workbook. ABL supports event
notification for ActiveX Automation objects using a built-in method
on the COM object, ENABLE-EVENTS. Once events are
enabled, ABL searches for a running or persistent procedure matching
the event name. For more information on handling events for Automation
objects, see ActiveX Automation Support.