JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development