You are here: Features > Action Events > Delete form in CaseView database

Delete Form in CaseView Database Action

Event Function: CVDataDeleteForm

The Delete Form event allows the user to delete an existing form from the CaseView database.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

Group

Identifier for the Group, selected from drop-down menu or entered manually

"Division1"

Form

Identifier for the Form, selected from drop-down menu or entered manually

"Centre1"

Syntax (if entering it in the Equation bar)

ACTION("CVDataDeleteForm,expr1,expr2)

Where

expr1 = entry under Group

expr2 = entry under Form

How the example will appear in the Equation bar

ACTION("CVDataDeleteForm", "Division1","Centre1")

Related Topics