dbc_BeforeCreateTable Event

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

PROCEDURE dbc_BeforeCreateTable(cTableName, cLongTableNameT) 
PROCEDURE dbc_BeforeCreateTable
LPARAMETERS cTableName, cLongTableName

Parameters

cTableName

Specifies the name of the table being created.

cLongTableName

Specifies the long name to be given to the table.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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