Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm using QV 11.20.12904.
I 've got a problem with a JS Macro.
I link a button with a JS macro. It tried to create an Excel.Application object and failed (var XLApp = new ActiveXObject("Excel.Application")). When I try to open an Excel Application by using a JS Macro, I received the following message : "Un composant ActiveX ne peut pas créer un objet" ( an ActiveX component can not create an object).
Is there a spécial system requirement to autorise QV to create an Excel application ?
Check the security settings in the Module Editor. You may have to enable System Access and Allow System Access.
The both are already enable.
It's look like the error is coming from the Windows OS settings.