dbc_AfterModifyTable Event

Occurs after a table is modified.

PROCEDURE dbc_AftermodifyTable(cTableName, lChanged)

-or-

PROCEDURE dbc_AfterModifyTable
LPARMETERS 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.

See Also

Enable or Disable DBC Events | dbc_BeforeModifyTable Event