FieldValidateError event

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.

Syntax

Public Function FieldValidateError() As Long

Parameters

None.

Active objects

FieldDefinition

FieldProfile

Invoice

InvoiceDefinition

InvoiceField

InvoiceProfile

JobDescription

Return values

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.

Suggested usage

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

InvoiceValidate event

InvoiceValidated event

InvoiceValidateError event

VeriHandleValidationError event