This event is fired in the Verify module after the FormConfirm event is answered by CopyForm and a copy of the form has been created.
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
No effect— treated the same as EV_OK. |
|
EV_ERROR |
Causes an error message and job termination. |
Customize the newly copied form, which would otherwise be an exact copy of the original one.
Examples:
Delete specific fields that are to be entered by the Verify operator.
Give fields that are to be entered by the Verify operator VALIDATIONERROR status, with a suitable extended status such as ehConfirmField.
Intended for advanced API users.
Only fired in the Verify module, and only if is selected in the dialog (FORMS Help topic) in the Verify job description and you return CopyForm in the FormConfirm event.