<?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 Getting Error in vbScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177389#M45017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi B&lt;STRONG&gt;laise ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I tried your code, it looks like reloading is happening as i can see document is opened &amp;amp; closed too.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when i checked reloadtime() in target document , its not changed .&lt;/STRONG&gt; &lt;STRONG&gt;What i understand is whenever we reload any document , reloadtime() will indicated latest updates .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also , seek your niputs to understand what is " 2,1 " ????? in code "&lt;/STRONG&gt;QvDoc.ReloadEx 2,1&lt;STRONG&gt;" ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any suggestions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attaching both applications&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bhushan N&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Mar 2010 06:33:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-12T06:33:47Z</dc:date>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177386#M45014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am just looking at building a script to reload a Qlikview App through VBScript. However I am getting an error when the script is doing CreateObject("QlikTech.QlikView"). The error code is 800700C1 and source is (null). Would anyone know why this is happening?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 21:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177386#M45014</guid>
      <dc:creator />
      <dc:date>2010-03-11T21:43:46Z</dc:date>
    </item>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177387#M45015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you need to use "CreateObject" in order to reload a QlikView. If you need to reload the same document, you can simply use:&lt;/P&gt;&lt;P&gt;ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 22:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177387#M45015</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-03-11T22:11:13Z</dc:date>
    </item>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177388#M45016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know about the error code, but the following works for me;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;set Qv = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Qv.OpenDoc "c:\customer\development\masterCalendar.qvw"&lt;BR /&gt;set QvDoc = Qv.ActiveDocument&lt;BR /&gt;QvDoc.ReloadEx 2,1&lt;BR /&gt;QvDoc.CloseDoc&lt;BR /&gt;Qv.Quit&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 23:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177388#M45016</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2010-03-11T23:46:18Z</dc:date>
    </item>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177389#M45017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi B&lt;STRONG&gt;laise ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I tried your code, it looks like reloading is happening as i can see document is opened &amp;amp; closed too.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when i checked reloadtime() in target document , its not changed .&lt;/STRONG&gt; &lt;STRONG&gt;What i understand is whenever we reload any document , reloadtime() will indicated latest updates .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also , seek your niputs to understand what is " 2,1 " ????? in code "&lt;/STRONG&gt;QvDoc.ReloadEx 2,1&lt;STRONG&gt;" ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any suggestions ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Attaching both applications&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bhushan N&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 06:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177389#M45017</guid>
      <dc:creator />
      <dc:date>2010-03-12T06:33:47Z</dc:date>
    </item>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177390#M45018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting this error with the vbscript below.&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3581.Error-qvw-vbscript.doc:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 14:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177390#M45018</guid>
      <dc:creator />
      <dc:date>2010-03-12T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Getting Error in vbScript</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177391#M45019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you checked it or not, but&lt;/P&gt;&lt;P&gt;in the module editor on the left lower side there are two comboBoxes&lt;/P&gt;&lt;P&gt;you must set the "Requested Module Security" to system access&lt;/P&gt;&lt;P&gt;and the "Current Local Security" to Allow System Access&lt;/P&gt;&lt;P&gt;they tell QV to allow the script to interact with the system (createObject)&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 00:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Error-in-vbScript/m-p/177391#M45019</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-13T00:18:25Z</dc:date>
    </item>
  </channel>
</rss>

