FormVerifyUnident() As Long

Description

This event is fired when a form with Unidentified status is about to be verified. (In the case of other statuses, see FormVerifyIdent.)

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

Causes FORMS’ internal form verification to be skipped.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used for replacing the normal form verification procedure in Verify or for adding extra dialogs before a form is verified.

Remarks

Only fired in the Verify module.

Form-level events