Creating OpenEdge database triggers
The
Create Trigger wizard
allows you to create a new trigger.
Note:
You cannot create Java triggers using DB Navigator wizards.
You can create a new OpenEdge .p file, or attach an existing .p file to the trigger by performing the following steps:
Select the
TRIGGERS
, the
4GL TRIGGERS
, or the
REPLICATION TRIGGERS
node in the
DB Structure view
.
Right-click, and choose
Create Trigger
from the context menu.
Note:
At least one OpenEdge project must be open. If no project is open, you see an error message.
Enter trigger information in the
Create Trigger wizard
.
Click
Finish
. The new or existing file that you specified opens in the Progress Developer Studio for OpenEdge ABL Editor.
Note:
For more information about triggers, see the ABL manuals in the
OpenEdge Product Documentation
section of the Progress Communities Web site.
Related Tasks
Displaying OpenEdge database triggers
Editing OpenEdge database triggers
Dropping OpenEdge database triggers
Related References
OpenEdge DB Structure view
OpenEdge Create/Modify Trigger wizard