dbc_AfterCreateTable Event

Occurs after a table is created in the active database. There are two versions of the syntax.

PROCEDURE dbc_AfterCreateTable(cTableName, cLongTableName) 
PROCEDURE dbc_AfterCreateTable
LPARAMETERS cTableName, cLongTableName

Parameters

cTableName

Specifies the name of the table that was created.

cLongTableName

Specifies the long name for the table that was created.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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