JavaScript Editor js editor     Web development 



Main Page

Occurs before a table is modified. There are two versions of the syntax.

PROCEDURE dbc_BeforeModifyTable(cTableName)
PROCEDURE dbc_BeforeModifyTable
LPARAMETERS cTableName

Parameters

cTableName


Specifies the name of the table modified.

Remarks

You can use the dbc_BeforeModifyTable event to track attempted access to the database before tables are modified.

Return .F. from this procedure to prevent the table from being modified.

See Also



JavaScript Editor js editor     Web development