dbc_AfterDBSetProp Event
Occurs after the DBSetProp( ) function completes. There are two versions of the syntax.
PROCEDURE dbc_AfterDBSetProp(cName, cType, cProperty, ePropertyValue) |
PROCEDURE dbc_AfterDBSetProp
LPARAMETERS cName, cType, cProperty, ePropertyValue |
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 DBSETPROP( ) changes the value.
- cType
-
Specifies the value of the second parameter in the DBSetProp( ) function, the object type of the item named in cName.
- cProperty
-
Specifies the value of the third parameter in the DBSetProp( ) function, the property for which DBSETPROP( ) changes the value.
- ePropertyValue
-
Specifies the value of the fourth parameter in the DBSetProp( ) function, the value to be assigned to the property in cProperty.
For details on valid cType and cProperty values, see DBSETPROP( ) and DBGETPROP( ) in Help.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic