PROUTIL ENABLEKEYEVENTS qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Enables the database for the storage of key events.
Syntax
|
Parameters
- db-name
- Name of the database being enabled for key event storage.
- area-name
- Name of the area where the key events table is located. If area-name is
not specified, the key events table,
_KeyEvt, is created in the Schema Area.
Notes
- The
first time ENABLEKEYEVENTS is run on a database, the
_KeyEvttable is created in the area specified by area-name (or the Schema Area if not specified). Subsequent enablements ignore the area-name parameter. - The database must be offline to enable key events.