dbc_AfterDropRelation Event

Occurs after a relation is successfully dropped from a database. There are two versions of the syntax.

PROCEDURE dbc_AfterDropRelation(cRelationID, cTableName, cRelatedChild, cRelatedTable, cRelatedTag)
PROCEDURE dbc_AfterDropRelation
LPARAMETERS cRelationID, cTableName, cRelatedChild, cRelatedTable, cRelatedTag

Parameters

cRelationID

Specifies the Relation ID stored in the database.

cTableName

Specifies the name of the parent table.

cRelatedChild

Specifies the name of the linked column in the child table.

cRelatedTable

Specifies the table containing the linked column.

cRelatedTag

Specifies the index tag of the parent table.

Expand imageRemarks

Expand imageSee Also


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