Kbase P67058: What is an Event
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/02/2004 |
|
Status: Unverified
GOAL:
What is an Event
FIX:
A keyword representation of a user or system action in Progress. Events can be generated by hardware or software. If you wish to handle an event in your application, you write a procedure, usually known as a trigger, and attach it to that class of event. When an event of that type occurs, your trigger code is automatically executed