Article Details
Id:21913
Product:finPOWER Connect
Type:FIX
Version:4.01.03
Opened:21/10/2024
Closed:22/10/2024
Released:05/12/2024
Job: J034579
High Importance

COM applications such as MS Word or MS Access VBA cannot create their own instance and consume the finPOWER Connect business layer

COM applications creating their own instance of the finPOWER Connect business layer (as per the following code example), failed with an "ActiveX component can't create object" error.

Dim Database As Object ' ISDatabaseBL
Dim finBL As Object ' ISfinSupport

  ' Create Business Layer
  Set finBL = CreateObject("Intersoft.finSupport4.ISfinSupport") 
  Set Database = finBL.Database