JavaScript Editor js editor     Web development 



Main Page

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

PROCEDURE dbc_AfterModifyView(cViewName, lChanged)
PROCEDURE dbc_AfterModifyView
LPARAMETERS cViewName, lChanged

Parameters

cViewName


Specifies the name of the view modified.
lChanged


Specifies whether a modification was saved in the View Designer.

Remarks

You can use the dbc_AfterModifyView event to track changes to a database as views are modified.

See Also



JavaScript Editor js editor     Web development