dbc_AfterRenameView Event

Occurs before a view is renamed. There are two versions of the syntax.

PROCEDURE dbc_AfterRenameView(cPreviousName, cNewName)

PROCEDURE dbc_AfterRenameView
LPARAMETERS cPreviousName, cNewName

Parameters

  • cPreviousName
    Specifies the current name of the view.

  • cNewName
    Specifies the new name of the view.

Remarks

You can use the dbc_AfterRenameView event to track changes to the database when views are renamed.

See Also

Tasks

How to: Enable or Disable DBC Events

Reference

dbc_BeforeRenameView Event

Other Resources

Events (Visual FoxPro)