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.
Continuous corresponds to the option in the dialog (accessed from the Verify job description). The parameter’s value is 1 if is selected in the job. Otherwise, the value is 0.
|
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. |
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.
Only fired in the Verify module.