VeriEndFastFieldMode(Continuous As Integer) As Long

Description

When you are verifying whole fields in fast verify mode, this event is fired after the last field is verified but before the JobNoMoreForms event. Here you can let the person performing the verification know that the current field is the last one and that once he or she proceeds beyond this point, there is no way to undo the typing.

Parameters

Continuous corresponds to the Continuous operation option in the Fast verify dialog (accessed from the Verify job description). The parameter’s value is 1 if Continuous operation is selected in the job. Otherwise, the value is 0.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

The verification stops on the last field. The user can move back to previous fields and modify them, if necessary.

EV_ERROR

Results in an error message.

Suggested usage

To display a message telling the user that the last field has been reached.

Return EV_OK if the user wants to continue.

Return EV_OK_ABORT if the user wants to modify any verified field. The event is fired again when the last field comes up again.

Remarks

Only fired in the Verify module.

Events in Verify