VeriHandleValidationError event

This event is fired after a validation error has occurred in Verify, before the Validation error dialog is displayed.

Syntax

Public Function VeriHandleValidationError() As Long

Parameters

None.

Active objects

FieldDefinition

Invoice

InvoiceDefinition

InvoiceField

InvoiceProfile

Return values

evtOK 

The Validation error dialog is displayed.

evtCancel 

The field receives the Validation Error status.

evtOKAbort 

The field does not receive the Validation Error status.

Suggested usage

This event can be used to override or hide the Validation error dialog.

FieldValidateError event

InvoiceValidateError event