FieldValidateError event

Syntax

This event is fired right after a field has been validated and is still not Complete - that is, some kind of validation error occurred after validating the field value. This event is never fired for a field with Complete status, but it can be fired several times if the field is edited and validated repeatedly.

Public Function FieldValidateError() As Long

None.

evtOK

Normal return

evtOKAbort

Skip any further checks on the field; return this if you explicitly change the status of a field.

evtError

Causes an error message and job termination.

Could be used for control or log purposes, or for extended validation that occurs after the usual validation routines.

Related topics

InvoiceValidate event

InvoiceValidated event

InvoiceValidateError event

VeriHandleValidationError event