Defining Progress Table Triggers

The following properties are applicable to a Progress Table Trigger object.

Tab

Property

Description

Additional Information

  Name Specifies the name of the trigger  
  Create Specifies whether the trigger is executed on CREATE  
  Write Specifies whether the trigger is executed on WRITE  
  Delete Specifies whether the trigger is executed on DELETE  
  Generate Specifies whether a DDL statement is generated for the table trigger during forward engineering  
  General New Specifies a correlation name for the row state of the table before the trigger execution  
Old Specifies a correlation name for the row state of the table after the trigger execution  
Referential Integrity Constraints Specifies the referential integrity constraints between tables  
Code   Specifies the template code of the trigger that can include SQL statements and macros  
Expanded Expanded Code (Read Only) Specifies the expanded code of the trigger