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

None.

FieldDefinition

Invoice

InvoiceDefinition

InvoiceField

InvoiceProfile

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.

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

Related topics

FieldValidateError event

InvoiceValidateError event