<?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 Re: Please help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480942#M1139537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at &lt;A _jive_internal="true" href="https://community.qlik.com/message/373241#373241"&gt;this discussion&lt;/A&gt; which might give you some idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 06:57:29 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-09-26T06:57:29Z</dc:date>
    <item>
      <title>Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480941#M1139536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to run MAcro Through .vbs file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It includes&lt;/P&gt;&lt;P&gt;Opening QVW file&lt;/P&gt;&lt;P&gt;Macro execution(Through Btn click)&lt;/P&gt;&lt;P&gt;Closing QVW Doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem here is.&lt;/P&gt;&lt;P&gt;.Vbs file Execution does not wait for QVW MACRO Execution.&lt;/P&gt;&lt;P&gt;It moves to next code line and closes the QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want .VBS file to wait for MACRO execution .. for tht I tried&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdeal&lt;/P&gt;&lt;P&gt;But its not supporting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avadhoot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 05:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480941#M1139536</guid>
      <dc:creator />
      <dc:date>2013-09-26T05:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480942#M1139537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at &lt;A _jive_internal="true" href="https://community.qlik.com/message/373241#373241"&gt;this discussion&lt;/A&gt; which might give you some idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 06:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480942#M1139537</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-26T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480943#M1139538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to close the document in macro itself. so it will close after the macro executes using &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;doc.CloseDoc&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480943#M1139538</guid>
      <dc:creator />
      <dc:date>2013-09-26T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480944#M1139539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a clause in VB wait 10000 seconds, in miliseconds. That would be 10 seconds.&lt;/P&gt;&lt;P&gt;Get the API Guide 11 to program macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 08:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480944#M1139539</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-09-26T08:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480945#M1139540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;But I have written Macro in Qlikview&lt;/P&gt;&lt;P&gt;and using .Vbs files i want to run tht macro...&lt;/P&gt;&lt;P&gt;Since In qliview that macro exe. on Btn click&lt;/P&gt;&lt;P&gt;so i wrote Btn.Press command in vbs.&lt;/P&gt;&lt;P&gt;Bt .Vbs does not waits for Tht macro it goes ahead and closes the doc.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 04:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480945#M1139540</guid>
      <dc:creator />
      <dc:date>2013-09-27T04:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please help</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help/m-p/480946#M1139541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you closing the document in .vbs? If yes, remove that code and try to close the document in macro only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 05:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help/m-p/480946#M1139541</guid>
      <dc:creator />
      <dc:date>2013-09-27T05:07:08Z</dc:date>
    </item>
  </channel>
</rss>

