dbc_AfterDBGetProp Event

Occurs after the DBGetProp( ) function completes. There are two versions of the syntax.

PROCEDURE dbc_AfterDBGetProp(cName, cType, cProperty) 
PROCEDURE dbc_AfterDBGetProp
LPARAMETERS cName, cType, cProperty

Parameters

cName

Specifies the value of the first parameter in the DBGetProp() function, the name of the database, field, named connection, table, or view for which DBGETPROP( ) returns information.

cType

Specifies the value of the second parameter in the DBGetProp() function, the object type of the item named in cName.

cProperty

Specifies the value of the third parameter in the DBGetProp() function, the property for which DBGETPROP( ) returns information.

For details on valid cType and cProperty values, see in Help.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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