Hi there,
I run Actinic Business v9. I have recently got a new PC running Windows 7 (64) and it was installed and ran okay.
Today however, I went to run Actinic and now, as it starts up I get the error seen in this picture:
I have rebooted and that hasn't cured it, so I cannot get into the program to run any of the troubleshooting tricks.
I have run a 'compact & repair' on the database from within Access, and this hasn't fixed it either.
The strange thing is that my Access module that runs Actinic from a VBA command (see below) works perfectly.
VBA code: dRetVal = Shell("C:\Program Files (x86)\Actinic v9\Catalog.exe /d /q", vbMinimizedNoFocus)
Please help!
I run Actinic Business v9. I have recently got a new PC running Windows 7 (64) and it was installed and ran okay.
Today however, I went to run Actinic and now, as it starts up I get the error seen in this picture:
I have rebooted and that hasn't cured it, so I cannot get into the program to run any of the troubleshooting tricks.
I have run a 'compact & repair' on the database from within Access, and this hasn't fixed it either.
The strange thing is that my Access module that runs Actinic from a VBA command (see below) works perfectly.
VBA code: dRetVal = Shell("C:\Program Files (x86)\Actinic v9\Catalog.exe /d /q", vbMinimizedNoFocus)
Please help!
Comment