JavaScript Editor js editor     Web development 



Main Page

Occurs after a connection is modified. There are two versions of the syntax.

PROCEDURE dbc_AfterModifyConnection(cConnectionName, lChanged)
PROCEDURE dbc_AfterModifyConnection
LPARAMETERS cConnectionName, lChanged

Parameters

cConnectionName


Specifies the name of the connection modified.
lChanged


Specifies whether a modification to the view was saved in the Connection Designer.

Remarks

You can use the dbc_AfterModifyView event to track or manage access to the database after connections are modified.

See Also



JavaScript Editor js editor     Web development