Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.