FormVerifyIdent() As Long

Description

Example

This event is fired when a form with any form status except Unidentified is about to be verified. (In the case of Unidentified forms, see FormVerifyUnident.)

To stop the job when deleting sets in this event, return EV_OK_ABORT and use SetReturnValue(0, "S"). If you do not use SetReturnValue, FORMS continues to the next form.

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 usual form verification procedure in Verify or adding extra dialogs before a form is verified.

Remarks

Only fired in the Verify module.

COM API: SetReturnValue method

Classic API: SetReturnValue method

Form-level events