<?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 How to change a button-caption by vb-script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263316#M705695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that die second action (macro) starts bevor the changing of the variable-value can take effect. So in the end the button-caption is always the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here same screenshots (Language=German):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11090_screenshot.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot2.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11091_screenshot2.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 14:10:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-08T14:10:23Z</dc:date>
    <item>
      <title>How to change a button-caption by vb-script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263312#M705691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to change a button-caption with a vb-script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My button:&lt;/P&gt;&lt;P&gt;set Obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 10:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263312#M705691</guid>
      <dc:creator />
      <dc:date>2012-02-08T10:50:21Z</dc:date>
    </item>
    <item>
      <title>How to change a button-caption by vb-script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263313#M705692</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;Can you explain when the button caption should be changed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variable or dynamic expression to assign caption for the button instead going for macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 10:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263313#M705692</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-08T10:54:45Z</dc:date>
    </item>
    <item>
      <title>How to change a button-caption by vb-script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263314#M705693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the button starts a vb-macro which will take nearly a minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button-caption should change to "Please wait..." while the macro runs (at the beginning) to give a signal to the user that qlikview is working. The last command in the macro should turn the caption back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263314#M705693</guid>
      <dc:creator />
      <dc:date>2012-02-08T11:50:33Z</dc:date>
    </item>
    <item>
      <title>How to change a button-caption by vb-script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263315#M705694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add two more actions to the button.&amp;nbsp; One before the macro and the other after the macro.&amp;nbsp; In the first action change the value of a variable to "Please wait..." and in the last action change the value of the variable to original caption.&amp;nbsp; Now use this variable value as caption to the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 12:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263315#M705694</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-08T12:17:28Z</dc:date>
    </item>
    <item>
      <title>How to change a button-caption by vb-script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263316#M705695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that die second action (macro) starts bevor the changing of the variable-value can take effect. So in the end the button-caption is always the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here same screenshots (Language=German):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11090_screenshot.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot2.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11091_screenshot2.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-a-button-caption-by-vb-script/m-p/263316#M705695</guid>
      <dc:creator />
      <dc:date>2012-02-08T14:10:23Z</dc:date>
    </item>
  </channel>
</rss>

