This event is fired in Verify when you force a character or mark field through validation— that is, when you click in a dialog that contains the message, "Validation error. Save as complete?" This dialog appears on two different occasions in Verify, both of them after a field has been verified and you click :
In normal (full-screen) mode, when you change the value of a character field value to a value that still results in a validation error.
In both fast verify and normal mode, when the value was not changed, but the field still has Validation error status (and the option is switched off).
This event is normally fired directly after the ForceFieldComplete event, for character and mark fields.
None.
|
Return value |
Description |
|
EV_OK |
Let the user continue to the next field. |
|
EV_OK_ABORT |
Go back to the field and verify it again. |
|
EV_ERROR |
Causes an error message. The job pauses. |
This event provides a way to validate a field after it has been forced through validation to Complete status. If EV_OK_ABORT is returned, you must also set the status and/or error message on the field, and this is displayed in Verify.
Remember that when this event is fired, the field status is already Complete.
Only fired in the Verify module.