Try OpenEdge Now
skip to main content
Basic Database Tools
Trigger Tasks : Modifying a trigger : Modifying a field trigger
 

Modifying a field trigger

To modify a field trigger:
1. Choose Schema > Field Editor. The Field Editor alphabetically lists all the tables defined for your database.
2. Select the table for which you want to modify the trigger. The Field Editor appears.
3. Choose Triggers.
4. Select the field for which you want to modify the trigger. The Field Triggers dialog box appears.
5. Specify the name of the trigger procedure, then press PUT to enter the trigger code. The Trigger Code window appears.
6. Edit the trigger code.
7. Choose OK to return to the Field Triggers dialog box.
8. Choose OK to return to the Field Editor.