Set Current Form Action
Event Function: CVDataSetCurrentForm
The Set Current Form function sets the current form for the CaseView document.
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. |
|
Form |
The name of the form to be set as current (selected or typed in) |
c2 |
Syntax (if entering it in the Equation bar)
ACTION("CvDataSetCurrentForm", expr1)
Where
expr1 = entry under Form
How the example will appear in the Equation bar
ACTION("CvDataSetCurrentForm","c2")