Was using IE8 with QV plug in and have just upgraded to IE11 with new QV Plug in.
I have an app on the Windows server.
When I open the document, I select a button (app has 3 buttons which each have a macro assigned), it should open another application on a certain tab (the app has 3 tabs)
Error
QlikOcx
Marco Parse Failed. Functionality was lost.
ITbutton
Error: Object required: 'newdoc'
Macro
Sub ITbutton set App = ActiveDocument.GetApplication set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","") newdoc.Sheets("SH04").Activate
End Sub
Sub ActuarialButton set App = ActiveDocument.GetApplication set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","") newdoc.Sheets("SH02").Activate
End Sub
Sub ClaimsNSP set App = ActiveDocument.GetApplication set newdoc = App.OpenDoc("Claims_Scorecard_1402.qvw","","") newdoc.Sheets("SH07").Activate
End Sub
When I click on the button on the application itself, depending on which button I select, it will indeed open the other application and the required tab.
However, on Access Point which is on a totally different machine, if I leave the macro out, it will open the 2nd application but not the required tab.