<?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: ScreenUpdating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565034#M686121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really equivalent, still this could help you :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ActiveDocument.GetApplication.Refresh&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, have you tried the document settings? Settings-&amp;gt;Document Properties-&amp;gt; Server -&amp;gt; Refresh options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 05:33:25 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-01-24T05:33:25Z</dc:date>
    <item>
      <title>ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565031#M686118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for the equivalent of the below for VBScript.&amp;nbsp; Anyone come across this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: arial, sans-serif; font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: arial, sans-serif; font-size: small;"&gt;Application.&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #444444; font-family: arial, sans-serif; font-size: small;"&gt;ScreenUpdating&lt;/SPAN&gt;&lt;SPAN style="color: #444444; font-family: arial, sans-serif; font-size: small;"&gt; = False&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 05:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565031#M686118</guid>
      <dc:creator />
      <dc:date>2014-01-24T05:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565032#M686119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to stop/wait your macro until the UI computation is completed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 05:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565032#M686119</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-01-24T05:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565033#M686120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope.&amp;nbsp; I just don't want them to see a few things that the code does as it moves between tabs.&amp;nbsp; I also suspect it will speed up the code processing time if the screen isn't rendering the whole time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 05:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565033#M686120</guid>
      <dc:creator />
      <dc:date>2014-01-24T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565034#M686121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really equivalent, still this could help you :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ActiveDocument.GetApplication.Refresh&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, have you tried the document settings? Settings-&amp;gt;Document Properties-&amp;gt; Server -&amp;gt; Refresh options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 05:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565034#M686121</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-24T05:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565035#M686122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is almost like you want to run your Macro which involves in fetching the data in different sheets, but it should not show it to the user that it is switching sheets when macro runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems not possible... if i am not wrong when you try to get the data or to do something on a sheet that sheet/object has to be active..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you send me a sample app...may be i can think of some thing else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565035#M686122</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-01-24T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565036#M686123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar Issue for a Extraction file, that also create a folder Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I extract the Data I create a Folder Structure, like below using EXECUTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-24_1637.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52058_2014-01-24_1637.png" style="width: 620px; height: 69px;" /&gt;&lt;/P&gt;&lt;P&gt;this works, but the screen seems to flicker rapidly for a couple of seconds and then it's complete, I would like to remove this flickering, this is not VBScript, it's the Qlikview Script Editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything that can stop this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565036#M686123</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-24T16:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: ScreenUpdating</title>
      <link>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565037#M686124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to resolve my current problem in an un-elegant way.&amp;nbsp; I still wish there was a way to suppress the screen updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just moved all the objects the VB needed to work with to the same tab as the button the user presses.&amp;nbsp; However, the objects are off screen and hidden except for when the VB code is executing and since the objects are off screen, the user will not be the wiser about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for trying to assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 16:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ScreenUpdating/m-p/565037#M686124</guid>
      <dc:creator />
      <dc:date>2014-01-24T16:43:35Z</dc:date>
    </item>
  </channel>
</rss>

