dbc_AfterModifyTable Event
Occurs after a table is modified.
PROCEDURE dbc_AftermodifyTable(cTableName, lChanged)
-or-
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.