<?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 Update Screen (Refresh/Redraw) during macro-run in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144425#M23350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Mark &amp;amp; thanks; that's the solution!!!&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 23:02:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-19T23:02:48Z</dc:date>
    <item>
      <title>Update Screen (Refresh/Redraw) during macro-run</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144423#M23348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please have a look at the attached file:&lt;/P&gt;&lt;P&gt;I want to start the export (by clicking the button) and during the export the Textbox "TX01" should be shown by setting the variable "v_ExportRunning" to 1.&lt;BR /&gt;&lt;BR /&gt;Is this possible? And how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;(The user should be shown a message or graphic like "the export is running, please wait ...")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I have also tried to change the visibility of the textbox by a trigger for the OnChange-Event of v_ExportRunning, but the variable-trigger will not be triggered when changing the variable-value by a macro. )&lt;/P&gt;&lt;P&gt;Thanks in advance &amp;amp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144423#M23348</guid>
      <dc:creator />
      <dc:date>2009-05-19T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Update Screen (Refresh/Redraw) during macro-run</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144424#M23349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;Try WaitForIdle, that should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;sub Export&lt;BR /&gt; ActiveDocument.GetSheetObject("TX01").SetText "Running"&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; 'Export code&lt;BR /&gt; ActiveDocument.GetSheetObject("TX01").SetText ""&lt;BR /&gt;end sub&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;regards Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 16:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144424#M23349</guid>
      <dc:creator />
      <dc:date>2009-05-19T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Update Screen (Refresh/Redraw) during macro-run</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144425#M23350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect Mark &amp;amp; thanks; that's the solution!!!&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 23:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/144425#M23350</guid>
      <dc:creator />
      <dc:date>2009-05-19T23:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Screen (Refresh/Redraw) during macro-run</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/1603392#M444514</link>
      <description>&lt;P&gt;I think that next two lines work better&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Refresh&lt;BR /&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 21:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Screen-Refresh-Redraw-during-macro-run/m-p/1603392#M444514</guid>
      <dc:creator>longvalery</dc:creator>
      <dc:date>2019-07-17T21:10:20Z</dc:date>
    </item>
  </channel>
</rss>

