<?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: Change mousepointer shape during a macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1932264#M1219010</link>
    <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;the constant for vbHourGlass is 11 but it doesn't work in QV macro, so I'd like to follow the second solution you posted (change the aspect of the button); would you mind to let me know where I can find the documentation about the QV Macro language, so that I can achieve it?&amp;nbsp; I wasn't able to find it in the community.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;N.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 08:18:41 GMT</pubDate>
    <dc:creator>NickP_DF</dc:creator>
    <dc:date>2022-05-18T08:18:41Z</dc:date>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1930773#M1218965</link>
      <description>&lt;P&gt;Well, It's a macro which sends a mail with an object attached...it takes several seconds to be completed and I'd like the user to be informed that he has to wait.&lt;/P&gt;
&lt;P&gt;Note that the environment is Qlikview, not QlikSense; sorry for the missed information.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 19:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1930773#M1218965</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2022-05-15T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931053#M1218970</link>
      <description>&lt;P&gt;I doubt that there is an appropriate setting in QlikView else like the most tools it just used the OS settings. I could imagine that there are possibilities to access them with vb/vbs but it's probably not very trivial to change system-settings. If you want to investigate it further you should better take looks within the MS vb/vbs/vba communities.&lt;/P&gt;
&lt;P&gt;An alternatively might be to inform the user with a shown text-box with an approximately execution-time (counting the number of rows/columns of the object and estimating how long it will take in average) and/or you could add some kind of counter with now() and/or even creating some kind of progress-bar (whereby I assume the probability to get it to work is rather low).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 12:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931053#M1218970</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-05-16T12:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931187#M1218973</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;it's a pleasure to meet you again &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;; in VB/VBA I can use the instruction Screen.MousePointer=vbHourGlass to change the mouse shape in waiting period and&amp;nbsp;&amp;nbsp;Screen.MousePointer=vbNormal at the end, but with the QV macro language it doesn't work.&lt;/P&gt;
&lt;P&gt;If no specific instruction will came, I'll get your suggest; thank you so much!&lt;/P&gt;
&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 15:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931187#M1218973</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2022-05-16T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931219#M1218974</link>
      <description>&lt;P&gt;The various vb##### like vbNormal are not the real parameter else just a string-replacement for a numeric index-value. I'm not sure if the (QlikView) implementation of vbs supports these strings. Therefore try it with these numeric values.&lt;/P&gt;
&lt;P&gt;Another point in this regard are the loaded libraries. In vba they are mostly included with an early binding to benefit also from features like syntax-highlighting. Maybe here are some important libraries not included ...&lt;/P&gt;
&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 16:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1931219#M1218974</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-05-16T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1932264#M1219010</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;the constant for vbHourGlass is 11 but it doesn't work in QV macro, so I'd like to follow the second solution you posted (change the aspect of the button); would you mind to let me know where I can find the documentation about the QV Macro language, so that I can achieve it?&amp;nbsp; I wasn't able to find it in the community.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;N.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 08:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1932264#M1219010</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2022-05-18T08:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1932275#M1219011</link>
      <description>&lt;P&gt;AFAIK there isn't much documentation else just a few sentences about vbs features which aren't supported in QlikView like a restricted error-handling - only err.number + err.description and on error resume next are supported. I assume you could find anywhere within the Qlik help but I don' think that it would be helpful for you. IMO the best approach to the capabilities with a lot of examples is a look into the APIGuide.qvw which you could find in your install-folder by automation.&lt;/P&gt;
&lt;P&gt;The above mentioned early binding won't be available but maybe a late binding might be&amp;nbsp;possible. I did this once or twice ages ago in vba but did not develop this stuff myself else just copy &amp;amp; paste it from any ms forum - which would be also my suggestion to investigate the matter. Possible in vbs, too and if taking a rather simple part within a dummy to check if it worked also within QlikView?&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 08:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1932275#M1219011</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-05-18T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change mousepointer shape during a macro</title>
      <link>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1934345#M1219100</link>
      <description>&lt;P&gt;Thank you, Marcus; I'll follow your suggestions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 14:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-Change-mousepointer-shape-during-a-macro/m-p/1934345#M1219100</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2022-05-23T14:35:43Z</dc:date>
    </item>
  </channel>
</rss>

