Occurs after a table is modified. There are two versions of the syntax.
PROCEDURE dbc_AftermodifyTable(cTableName, lChanged) |
PROCEDURE dbc_AfterModifyTable LPARAMETERS cTableName, lChanged |
Parameters
- cTableName
- Specifies the name of the table modified.
- lChanged
- Specifies whether a modification was saved in the Table Designer.
Remarks
You can use the dbc_AfterModifyTable event to track access to the database after tables are modified.