FieldForced() As Long

Description

This event is fired in Verify when you force a character or mark field through validation— that is, when you click OK 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 OK:

This event is normally fired directly after the ForceFieldComplete event, for character and mark fields.

Parameters

None.

Return values

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.

Suggested usage

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.

Remarks

Only fired in the Verify module.

Field-level events