<?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 Messagebox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349030#M129320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the quick respons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried those solutions but i only get a messagebox/Popupbox but it wont dissappear &lt;/P&gt;&lt;P&gt;(only if i click the OK button)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 14:09:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-12T14:09:56Z</dc:date>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349028#M129318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive got another question : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Qlikview 10 and i'm writing a macro which generates charts in excel and pdf files.&lt;/P&gt;&lt;P&gt;I'm showing a messagebox in my macro but i want that the messagebox dissapears in 5 seconds &lt;/P&gt;&lt;P&gt;if nobody clicks on the button "OK".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried : &lt;/P&gt;&lt;P&gt;WsShell.Popup("Loading charts", _&lt;/P&gt;&lt;P&gt;'5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want the script to wait a few seconds so it can generate my charts, if not i get a white rectangle instead of a chart.&lt;/P&gt;&lt;P&gt;If i work with a messagebox and i click on "OK" it generates my charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any suggestions to make this work?&lt;/P&gt;&lt;P&gt;If you don't understand my question feel free to ask &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 12:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349028#M129318</guid>
      <dc:creator />
      <dc:date>2012-04-12T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349029#M129319</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 Try out to find the solution for your problem and i got the solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this script's will be working only in the Macro Debug mode(Click Debug button&amp;nbsp; from Macro Edit Module and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub MessageBox&lt;/P&gt;&lt;P&gt;Set oWScript = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;For i = 1 to 1&lt;/P&gt;&lt;P&gt;oWscript.popup "Hi" ,1&amp;nbsp; &lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;Set oWScript = nothing &lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Messagebox&lt;/P&gt;&lt;P&gt;CreateObject("WScript.Shell").Popup "Hello", 2, ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just copy and paste it your qlikview and create one macro button with the name of Messagebox and click the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug button from edit module macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will understand the problem in qlikview application .&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;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 13:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349029#M129319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-12T13:07:20Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349030#M129320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the quick respons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried those solutions but i only get a messagebox/Popupbox but it wont dissappear &lt;/P&gt;&lt;P&gt;(only if i click the OK button)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349030#M129320</guid>
      <dc:creator />
      <dc:date>2012-04-12T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349031#M129321</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I hope is this not&amp;nbsp; possible to close the message box based on the time period in qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Redards&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349031#M129321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-12T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349032#M129322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can have try by creating the Text object with ok and cancel button over it and set variable value in that button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show and hide those objects using macro based on time(using conditional option of those objects with a variable name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349032#M129322</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-12T14:38:28Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349033#M129323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you mean that it isnt possible to close the messagebox automatically after a time period?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and why is the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not working? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because my macro has to wait a bit before qlikview generates the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried, &lt;/P&gt;&lt;P&gt;Sleep&lt;/P&gt;&lt;P&gt;wait&lt;/P&gt;&lt;P&gt;etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing helped, &lt;/P&gt;&lt;P&gt;only if i put a messagebox in my script and if i click "OK" the chart is generated correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But because its a macro who needs to run at night without userhelp, i can't use that messagebox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Quintenl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349033#M129323</guid>
      <dc:creator />
      <dc:date>2012-04-12T14:41:39Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349034#M129324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't understand what you mean&lt;/P&gt;&lt;P&gt;can you give an example or code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349034#M129324</guid>
      <dc:creator />
      <dc:date>2012-04-12T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349035#M129325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did you tried with &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.Sleep 10000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349035#M129325</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-12T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349036#M129326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, &lt;/P&gt;&lt;P&gt;The application waits then but after that time the application generates&lt;/P&gt;&lt;P&gt;the charts in excel, but we only get a blank(white) chart.&lt;/P&gt;&lt;P&gt;And when we use the button and click "OK" we got the real chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349036#M129326</guid>
      <dc:creator />
      <dc:date>2012-04-12T14:59:49Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349037#M129327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then try using this sleep function without that msg box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Sleep(seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elapsed = TimeSerial(0,0,seconds)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startTime = Time()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endTime = TimeValue(startTime) + TimeValue(elapsed)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While endTime &amp;gt; Time()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wend&lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 15:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349037#M129327</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-12T15:04:43Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349038#M129328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for the answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried it but it doesnt work&lt;/P&gt;&lt;P&gt;is this some sort of bug of qv10 that the time function doesnt work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 12:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349038#M129328</guid>
      <dc:creator />
      <dc:date>2012-04-13T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349039#M129329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean exactly that it doesn't work? It waits forever? It doesn't wait at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 14:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349039#M129329</guid>
      <dc:creator />
      <dc:date>2012-04-13T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349040#M129330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;Instead of a Windows popup, you can use a QV popup.&lt;/P&gt;&lt;P&gt;Please, check my answer to this post: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/119292#119292"&gt;http://community.qlik.com/message/119292#119292&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 15:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349040#M129330</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-04-13T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Messagebox</title>
      <link>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349041#M129331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that works for normal charts but the boxplot charts still don't get pasted on the excel sheet,&lt;/P&gt;&lt;P&gt;still got a white rectangle instead of a boxplot chart even if i wait 50seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did someone have already been able to export a chart (boxplot) via vb scripting to excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 09:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Messagebox/m-p/349041#M129331</guid>
      <dc:creator />
      <dc:date>2012-04-16T09:09:35Z</dc:date>
    </item>
  </channel>
</rss>

