dbc_BeforeModifyView Event

Occurs before a view has been modified. There are two versions of the syntax.

PROCEDURE dbc_BeforeModifyView(cViewName)

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.

See Also

Tasks

How to: Enable or Disable DBC Events

Reference

dbc_AfterModifyView Event

Other Resources

Events (Visual FoxPro)