<?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 Problem with Batch File and Reloading the QVW with Post Reload macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145259#M505611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i try to run ActiveDocument.GetSheetObject("BU01").Press through Windows Task scheduler, it fails and states "Object Required: 'Active Document'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i run the VBS script myself, it runs fine..&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 18:29:09 GMT</pubDate>
    <dc:creator>james</dc:creator>
    <dc:date>2010-05-26T18:29:09Z</dc:date>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145252#M505604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;In my Qv application ,i am using macro for converting the reports in PDF and i triggered the macro to run after Post reload of the application automatically. When i reload the QV application manually which contains the macro for PDF conversion it's working fine and all the PDF reports are getting stored in the mentioned path &lt;STRONG&gt;but when i run the same QV application using the batch file ,the application is reloading without any issues but the batch file is quitting immediately after the appliation gets reloaded so that the macro process for PDF conversion is not completing so that the PDF reports are not generated and stored in the mentioned path...Is there any command or syntax to make the batch file to wail until the macro for PDF gets over ? Can anybody help me to sort out this problem...?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Muruganantham S&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qlikview Developer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 20:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145252#M505604</guid>
      <dc:creator />
      <dc:date>2009-05-27T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145253#M505605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possible way:&lt;BR /&gt;1. Create a macro that runs on open, and checks a variable (let call it CreatePDF) which it uses as condition. If it is =1, run your PDF macro, and set variable back to 0.&lt;BR /&gt;2. In a batch file, use two command lines:&lt;BR /&gt; qv.exe /vCreatePDF=0 /r filename.qvw&lt;BR /&gt; qv.exe /vCreatePDF= filename.qvw&lt;BR /&gt;First line will reload the application and close it. The second line will create the PDFs, no reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 01:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145253#M505605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-28T01:08:24Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145254#M505606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach is to create a .vbs file that creates an instance of QlikView, loads a document and then runs the vbscript code you want before quitting again. Here's an example on how it could look:&lt;/P&gt;&lt;P&gt;rem ** VBScript **&lt;/P&gt;&lt;P&gt;set test= CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;set newdoc = test.OpenDoc ("C:\ExportCSV.qvw","user","pass")&lt;/P&gt;&lt;P&gt;test.reload&lt;/P&gt;&lt;P&gt;Insert macro code here. Make sure to call any objects using the prefix 'test' since that is the QlikView object.&lt;/P&gt;&lt;P&gt;test.quit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 01:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145254#M505606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-28T01:16:30Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145255#M505607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a very similar problem, where the macro wouldn't run when it was triggerede by post-reload. The document was reloaded, but the macro didn't work and the batch window (cmd) kept open together with the proces qv.exe&lt;/P&gt;&lt;P&gt;I used the suggestion made in the topic's 1. reply with succes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145255#M505607</guid>
      <dc:creator />
      <dc:date>2010-01-04T17:09:00Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145256#M505608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to attach the macro function to a button ( call it BU01 for example).&lt;/P&gt;&lt;P&gt;Then in your vbs. after the reload of your document add the line to press your BU01 button:&lt;/P&gt;&lt;P&gt;Here is an example that will load your document then press the button:&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc (X:\MyQlikviewfile.qvw","","")&lt;BR /&gt;Set ActiveDocument = MyDoc&lt;BR /&gt;ActiveDocument.Reload&lt;BR /&gt;ActiveDocument.GetSheetObject("BU01").Press&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145256#M505608</guid>
      <dc:creator />
      <dc:date>2010-01-04T17:41:05Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145257#M505609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Muruganantham S,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have same problem with reloading&lt;/P&gt;&lt;P&gt;i have implemented send mail application by using information posted on Qlikview forum&lt;/P&gt;&lt;P&gt;and set module security as system access&lt;/P&gt;&lt;P&gt;Thats why its not working for scheduling through batchfile it gives Fail to open Document&lt;/P&gt;&lt;P&gt;Please share , how you have solve this problem of reloading through batch file , of application which is having system access&lt;/P&gt;&lt;P&gt;eagerly waiting for your reply....&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 10:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145257#M505609</guid>
      <dc:creator />
      <dc:date>2010-02-02T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145258#M505610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is possible to execute this script :&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc (X:\MyQlikviewfile.qvw","","")&lt;BR /&gt;Set ActiveDocument = MyDoc&lt;BR /&gt;ActiveDocument.Reload&lt;BR /&gt;ActiveDocument.GetSheetObject("BU01").Press&lt;/P&gt;&lt;P&gt;with "/NoSecurity" option like when you execute by batch ?&lt;/P&gt;&lt;P&gt;(c:\progra~1\qlikview\qv.exe /r /NoSecurity "X:\MyQlikviewfile.qvw")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 15:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145258#M505610</guid>
      <dc:creator />
      <dc:date>2010-04-12T15:55:13Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145259#M505611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i try to run ActiveDocument.GetSheetObject("BU01").Press through Windows Task scheduler, it fails and states "Object Required: 'Active Document'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i run the VBS script myself, it runs fine..&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 18:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145259#M505611</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-05-26T18:29:09Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145260#M505612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem should be -&lt;/P&gt;&lt;P&gt;Your batch files reloads the app, saves it and closes it even before the macro is triggered.&lt;/P&gt;&lt;P&gt;Try the option to uncheck the Close on completion for the reload status dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 18:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145260#M505612</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-26T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145261#M505613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my VBS script, and it is not a BAT file&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc ("&lt;A&gt;c:James\&lt;/A&gt;.qvw","","")&lt;BR /&gt;Set ActiveDocument = MyDoc&lt;BR /&gt;ActiveDocument.GetSheetObject("BU1").Press&lt;/P&gt;&lt;P&gt;Set MyDoc = Nothing&lt;BR /&gt;MyApp.Quit&lt;BR /&gt;Set MyApp = Nothing&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 18:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145261#M505613</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-05-26T18:54:09Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145262#M505614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;in reply to your latest post:&lt;/P&gt;&lt;P&gt;I attached a simple James.qvw with a button (action is a macro which does a reload).&lt;/P&gt;&lt;P&gt;With this external VBS Script&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc ("c:\James.qvw","","")&lt;BR /&gt;Set Button = MyDoc.GetSheetObject("BU01")&lt;BR /&gt;Ret = Button.Press&lt;BR /&gt;MyDoc.Save&lt;BR /&gt;Set MyDoc = Nothing&lt;BR /&gt;MyApp.Quit&lt;BR /&gt;Set MyApp = Nothing&lt;/P&gt;&lt;P&gt;the James.qvw should be reloaded and saved.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 06:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145262#M505614</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-27T06:29:54Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145263#M505615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joachim,&lt;/P&gt;&lt;P&gt;Ret = Button.Press&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This isnt triggering the button to be pressed, am I missing somehting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 14:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145263#M505615</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-05-27T14:16:16Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145264#M505616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This IS triggering the button to be pressed (at least it is here with me). Obviously in this context Press is more a property than a method (or at least has to be treated as a property) so you have to assign it to a value. So, "Ret" is the result which the Button.Press returns.&lt;/P&gt;&lt;P&gt;Have you tried it?&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 14:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145264#M505616</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-27T14:26:16Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145265#M505617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have this in a vbs cript called "Daily.vbs"&lt;/P&gt;&lt;P&gt;If i click on the vbs to run, it diesnt press the button (the button triggers a macro that exports an excel file to a loactaion on the server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very odd.... I cant think this is that difficult &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Set MyApp = CreateObject("QlikTech.QlikView")&lt;BR /&gt;Set MyDoc = MyApp.OpenDoc ("&lt;A&gt;James&lt;/A&gt;.qvw","","")&lt;BR /&gt;Set Button = MyDoc.GetSheetObject("BU01")&lt;BR /&gt;MyDoc.Reload&lt;BR /&gt;Ret = Button.Press&lt;BR /&gt;MyDoc.Save&lt;BR /&gt;Set MyDoc = Nothing&lt;BR /&gt;MyApp.Quit&lt;BR /&gt;Set MyApp = Nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 16:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145265#M505617</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-05-27T16:29:17Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145266#M505618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your VBScript runs without error but just the macro is not executed, then I'd say it can only be a security issue of the module (have you checked "Requested Module Security" and "Current Local Security"?) or the "Security" settings of the "Document Properties" or the user executing the script has no right to write to the server location. Try to set security to the "most unsecure level" and try script again. If it does not execute then, I ain't got no idea any more...It works just fine here with me.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 07:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145266#M505618</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2010-05-28T07:48:24Z</dc:date>
    </item>
    <item>
      <title>Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145267#M505619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is totally a bug.&lt;/P&gt;&lt;P&gt;Check out QV9 SR3 release notes&lt;/P&gt;&lt;P&gt;24192Macro Trigger OnPostReload doesn't work if you have more than one document opened&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 16:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145267#M505619</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2010-06-01T16:59:13Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Problem with Batch File and Reloading the QVW with Post Reload macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145268#M505620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Has anyone ever seen and figured out why the VBS Script will run fine, than intermittently error out stating Object Required? Even though the object is there and it ran fine 10 minutes ago; The only fix I have is when I restart my PC it runs&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7534.sdsdsd.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7534.sdsdsd.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 18:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Batch-File-and-Reloading-the-QVW-with-Post-Reload/m-p/145268#M505620</guid>
      <dc:creator>james</dc:creator>
      <dc:date>2010-08-05T18:39:08Z</dc:date>
    </item>
  </channel>
</rss>

