FormCopied() As Long

Description

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.

Parameters

None.

Return values

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.

Suggested usage

Customize the newly copied form, which would otherwise be an exact copy of the original one.

Examples:

Remarks

Intended for advanced API users.

Only fired in the Verify module, and only if Form finished is selected in the Confirmations dialog (FORMS Help topic) in the Verify job description and you return CopyForm in the FormConfirm event.

Form-level events