Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bobbydave
Creator III
Creator III

QlikOcx Macro parse failed.

I am using

Qlikview V11.2 SR5 (x64)

Windows Server 2008 R2 Enterprise

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.

Any ideas

0 Replies