dbc_AfterAddTable Event

Occurs after a table is added to an active database. There are two versions of the syntax.

PROCEDURE dbc_AfterAddTable(cTableName, cLongTableName) 
PROCEDURE dbc_AfterAddTable
LPARAMETERS cTableName, cLongTableName

Parameters

cTableName

Specifies the name of the table being added to the database.

cLongTableName

Specifies the long name of the table being added to the database.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic