<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic QlikOcx Macro parse failed. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikOcx-Macro-parse-failed/m-p/911999#M987295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview V11.2 SR5 (x64)&lt;/P&gt;&lt;P&gt;Windows Server 2008 R2 Enterprise&lt;/P&gt;&lt;P&gt;Was using IE8 with QV plug in and have just upgraded to IE11 with new QV Plug in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app on the Windows server.&lt;/P&gt;&lt;P&gt;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)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikOcx&lt;/P&gt;&lt;P&gt;Marco Parse Failed. Functionality was lost.&lt;/P&gt;&lt;P&gt;ITbutton&lt;/P&gt;&lt;P&gt;Error: Object required: 'newdoc'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ITbutton&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH04").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Sub ActuarialButton&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH02").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub&lt;BR /&gt; &lt;BR /&gt; Sub ClaimsNSP&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH07").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2020-11-20T18:02:30Z</dc:date>
    <item>
      <title>QlikOcx Macro parse failed.</title>
      <link>https://community.qlik.com/t5/QlikView/QlikOcx-Macro-parse-failed/m-p/911999#M987295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview V11.2 SR5 (x64)&lt;/P&gt;&lt;P&gt;Windows Server 2008 R2 Enterprise&lt;/P&gt;&lt;P&gt;Was using IE8 with QV plug in and have just upgraded to IE11 with new QV Plug in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app on the Windows server.&lt;/P&gt;&lt;P&gt;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)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikOcx&lt;/P&gt;&lt;P&gt;Marco Parse Failed. Functionality was lost.&lt;/P&gt;&lt;P&gt;ITbutton&lt;/P&gt;&lt;P&gt;Error: Object required: 'newdoc'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ITbutton&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH04").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Sub ActuarialButton&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc ("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH02").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub&lt;BR /&gt; &lt;BR /&gt; Sub ClaimsNSP&lt;BR /&gt; set App = ActiveDocument.GetApplication&lt;BR /&gt; set newdoc = App.OpenDoc("Claims_Scorecard_1402.qvw","","")&lt;BR /&gt; newdoc.Sheets("SH07").Activate&lt;BR /&gt; &lt;BR /&gt; End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikOcx-Macro-parse-failed/m-p/911999#M987295</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
  </channel>
</rss>

