JobNoMoreInvoices event

This event fires from Interpret, Transfer and Verify when there are no more invoices available for the module to handle and the "No more invoices" message is about to be displayed.

Syntax

Public Function JobNoMoreInvoices() As Long

Parameters

None.

Active objects

No objects are active when this event is fired.

Return values

evtOK

Normal return.

evtOKAbort

No effect. Treated as evtOK.

evtError

Causes error message to be presented.

Suggested usage

You can use this event in Interpret, Transfer and Verify to suppress the "No more invoices" dialog, and load and start another job.

Related topics

JobStopped event

JobPaused event