Initialize ReadSoft Invoices extensions

When Kofax ReadSoft Invoices extensions are initialized, a link is created between ReadSoft Invoices's Application object and the extension.

COM IDispatch plug-in

After an extension is loaded, ReadSoft Invoices calls its Connect method. The name of the INI file and the name of section for this extension are passed as parameters together with the Application object.

The purpose of the Connect method is to save a reference to the application object to be used later on. If the extension needs extra configuration information, it can read it from the INI file and section that were passed as parameters in the Connect call.

During initialization, the extension must set up the events it needs. This is done via several calls to ReadSoft Invoices's Subscribe method.