dbc_AfterModifyView Event
Occurs after a view has been modified.
PROCEDURE dbc_AfterModifyView(cViewName, lChanged)
-or-
PROCEDURE dbc_AfterModifyView
LPARAMETERS cViewName, lChanged
Parameters
- cViewName
Specifies the name of the view modified. - lChanged
Specifies whether a modification was saved in the View Designer.
Remarks
You can use the dbc_AfterModifyView event to track changes to a database as views are modified.