Example | Applies To | Properties | Methods | Events
This object represents any INVOICES application and is the root of the object hierarchy. From it you can get to all of the other objects in the hierarchy. Any of the INVOICES modules’ COM Application objects must be of the kind specified through these classes:
EHICOM.ManagerApp INVOICES Manager
EHICOM.OptimizerApp INVOICES Optimize
EHICOM.ScanApp INVOICES Scan
EHICOM.VerifyApp INVOICES Interpret
EHICOM.InterpretApp INVOICES Verify
EHICOM.TransferApp INVOICES Transfer
When an event handler is called, the Application object is always available as a global instance.
When created as an OLE automation instance, the client must authenticate against the Application object with the method described above before any operations can be performed.
Some objects derived from the Application object are only available at certain events. Check event descriptions to see which objects are available.
When using the VBA engine, the global ApplicationEx variable provides an object reference to the COM Application object.