InvoiceInterpretationDone event
This event fires right after an invoice has been interpreted (or reinterpreted in Verify), i.e when all fields on that invoice have been interpreted. The event fires only once for each invoice.
Syntax
Public Function InvoiceInterpretationDone() As Long
None.
|
evtOK |
Normal return |
|
evtOKAbort |
No effect. Treated as evtOK. |
|
evtError |
Causes error message and job termination |
|
evtCancel |
Causes error message and job termination |
Related topics