ConfigurePlugin() As Long

A plug-in method

From INVOICES you can access any plug-in that is installed. If a plug-in contains a ConfigurePlugin method, you can also configure it. (Instructions.)

Return value

Always return EV_OK.

Remarks

This method is optional.

Example

Function ConfigurePlugin() As Long

MsgBox "This plug-in moves images from 'Ident' to 'Source' directory before the job is started."

ConfigurePlugin = EV_OK 

End Function

Usage

As the method name implies, you can use this to configure your plug-in.

Plug-in methods to use in INVOICES extensions

Using an ActiveX object as an INVOICES extension