dbc_BeforeModifyView Event
Occurs before a view has been modified.
PROCEDURE dbc_BeforeModifyView(cViewName)
-or-
PROCEDURE dbc_BeforeModifyView
LPARAMETERS cViewName
Parameters
- cViewName
Specifies the name of the view modified.
Remarks
You can use the dbc_BeforeModifyView event to track attempted access to the database before Views are modified.
Return .F. from this procedure to prevent the view from being modified.