Hello
So W10 64b / Zenon 7.20 32b
I get this error when I run a VBA wizard.
Have registered the OCX files and the standard program but no joy
Any ideas please?
Hello
So W10 64b / Zenon 7.20 32b
I get this error when I run a VBA wizard.
Have registered the OCX files and the standard program but no joy
Any ideas please?
Hi lss,
Is this a standard wizard provided with the zenon installation, or is this a specific custom wizard?
Which OCX components did you need to register?
Best regards,
Mark
Last edited by markclemens : 5th April 2019 at 12:19 Reason: corrected typo
Hi Mark,
This is a custom wizard that works in my v6.51 version.
I had to register these OCX files, see attached.
Hi lss,
When you open the VBA IDE in the zenon editor and you try to compile the workspace, do you get any compile errors?
When you find out which line of code in your custom wizard is causing this error, perhaps this gets you closer to the cause.
One thing I could imagine, is that there is an issue with MS ADO on this system.
Best regards,
Mark
Hi Mark,
Compiling gives this error;
Hi lss,
It seems you may have found the culprit. Doing an internet search gives you a fair number of hits with people having similar issues.
Perhaps it works when you use domdocument60 instead of domdocument40, but if not, I would suggest doing some research on your end, to get this custom wizard with third party components, working again on Windows 10.
Best regards,
Mark
ok thanks Mark,
The slight problem I have is that other peoples installation works fine with the seemingly exact same install as mine, I wont have the option to only change my wizard.
will try some more research, thanks again.