Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs before a view is renamed.
PROCEDURE dbc_BeforeRenameView(cPreviousName, cNewName)
-or-
PROCEDURE dbc_BeforeRenameView
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_BeforeRenameView event to track attempted access to the database before views are renamed.
Return .F. from this procedure to prevent the view from being renamed.