<?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: set Selection Style of Listbox to LED Checkbox using VBScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230856#M392253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw: I already tried to read out the property of the LED Checkbox using and prj folder and there it only says &lt;/P&gt;&lt;P&gt;&lt;A style="color: blue; margin-left: -2em;"&gt;&amp;lt;&lt;SPAN style="color: #990000;"&gt;SelectionStyle&lt;/SPAN&gt;&amp;gt;&lt;/A&gt;SS_LED_CHECKBOX&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;SPAN style="color: #990000;"&gt;SelectionStyle&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 12:05:30 GMT</pubDate>
    <dc:creator>ni_avoss</dc:creator>
    <dc:date>2017-03-17T12:05:30Z</dc:date>
    <item>
      <title>set Selection Style of Listbox to LED Checkbox using VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230855#M392252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a specific application I want to give users the possibility to change the the selection style using a macro (toggle between classic and LED Checkbox).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I was successful writing a script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sub SetSelectionTypeCHECKBOX&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set docprop = ActiveDocument.GetProperties&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; docprop.SelectionStyle = 3&amp;nbsp;&amp;nbsp; 'LED &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.SetProperties docprop&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;end sub&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;the problem I stumbled upon: &lt;EM&gt;SelectionStyle &lt;/EM&gt;does not offer LED Checkboxes. It supports values from 0 to 3 which represents Classic, Windows Checkboxes, Corner Tag and LED but NO LED Checkboxes (which is also stated in API Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Windows Checkboxes are to ugly to be used.&lt;/P&gt;&lt;P&gt;my assumption is now that the LED Checkboxes are the same as the Windows Checkboxes with different style setting. Here I struggle to find the right property using VBScript - or maybe the assumption is even wrong ? how the get the LED Check Box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 11:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230855#M392252</guid>
      <dc:creator>ni_avoss</dc:creator>
      <dc:date>2017-03-17T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: set Selection Style of Listbox to LED Checkbox using VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230856#M392253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw: I already tried to read out the property of the LED Checkbox using and prj folder and there it only says &lt;/P&gt;&lt;P&gt;&lt;A style="color: blue; margin-left: -2em;"&gt;&amp;lt;&lt;SPAN style="color: #990000;"&gt;SelectionStyle&lt;/SPAN&gt;&amp;gt;&lt;/A&gt;SS_LED_CHECKBOX&lt;SPAN style="color: blue;"&gt;&amp;lt;/&lt;SPAN style="color: #990000;"&gt;SelectionStyle&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230856#M392253</guid>
      <dc:creator>ni_avoss</dc:creator>
      <dc:date>2017-03-17T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: set Selection Style of Listbox to LED Checkbox using VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230857#M392254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using 7. This works for me (QV11.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - 6 seems to change it to &amp;lt;user default&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 13:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230857#M392254</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2017-03-17T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: set Selection Style of Listbox to LED Checkbox using VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230858#M392255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried till 6 and then lost hope ... to early as it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 13:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Selection-Style-of-Listbox-to-LED-Checkbox-using-VBScript/m-p/1230858#M392255</guid>
      <dc:creator>ni_avoss</dc:creator>
      <dc:date>2017-03-17T13:36:22Z</dc:date>
    </item>
  </channel>
</rss>

