InvoiceInterpret event
This event fires just before an invoice is interpreted (or reinterpreted in Verify). It fires only once for each invoice.
Syntax
Public Function InvoiceInterpret() As Long
Parameters
None.
Active objects
Return values
|
evtOK |
Normal return. |
|
evtOKAbort |
No effect. Treated the same evtOK. |
|
evtCancel |
Causes an error message and job termination. |
|
evtError |
Causes an error message and job termination. |
Suggested usage
To extract batch information from the invoice before it is interpreted.
Related topics