InvoiceReinterpretOnSetLastInvoicePage

This event is fired when a Verify operator sets a new page to the last invoice page.

Syntax

Public Function InvoiceReinterpretOnSetLastInvoicePage(ReinterpretAction as Long) As Long

ReinterpretAction

Describes what to do if a new page is set as the last invoice page:

-1 = Do not reinterpret the invoice, and do not display the message that asks the Verify operator whether the invoice should be reinterpreted.

0 = Show a message that asks the Verify operator whether the invoice should be reinterpreted (default).

1 = Reinterpret the invoice without displaying the message.

evtOK

Use the ReinterpretAction value.

evtOKAbort, evtCancel, evtError

Show a message that asks the Verify operator whether the invoice should be reinterpreted (default).

Your plug-in can use this event to decide what to do when a Verify operator sets a new page to the last invoice page. Set ReinterpretAction to one of the valid values. Then return EIReturnValue.evtOK. If an invalid value is used, the default action is used.