<?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: Border Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168038#M904919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't post the same question multiple times, even if you change forums: &lt;A href="https://community.qlik.com/thread/223580"&gt;border color&lt;/A&gt; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 12:03:02 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-07-04T12:03:02Z</dc:date>
    <item>
      <title>Border Color</title>
      <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168034#M904915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hi&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to give&amp;nbsp; a text object a border color using macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thnx in advance &lt;SPAN class="emoticon-inline emoticon_happy" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168034#M904915</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Border Color</title>
      <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168035#M904916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;Try if you can adapt this solution to your case:&lt;BR /&gt;&lt;A href="https://community.qlik.com/message/557198"&gt;How to get access to Chart border properties using macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168035#M904916</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-07-04T11:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Border Color</title>
      <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168036#M904917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishit, this sub changes the border color of the text object 'TX01' to green when the macro is executed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub bordercolor&lt;/P&gt;&lt;P&gt;set mybox = ActiveDocument.GetSheetObject("TX01")&lt;/P&gt;&lt;P&gt;mbp = mybox.GetProperties&lt;/P&gt;&lt;P&gt;mbp.Layout.Frame.BorderEffect = 3&lt;/P&gt;&lt;P&gt;mbp.Layout.Frame.Color.PrimaryCol.Col = RGB(0,255,0)&lt;/P&gt;&lt;P&gt;mbp.Layout.Frame.BorderWidth = 5&lt;/P&gt;&lt;P&gt;mybox.SetProperties mbp&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adpated from the example of the automation help, not sure if this is the last automation help document for macros: &lt;A href="https://community.qlik.com/docs/DOC-2640"&gt;QlikView Core COM API Guide - Version 11&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168036#M904917</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-07-04T11:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Border Color</title>
      <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168037#M904918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want a macro for this? A border-color could be an expression and therefore react on different conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 11:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168037#M904918</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-04T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Border Color</title>
      <link>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168038#M904919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't post the same question multiple times, even if you change forums: &lt;A href="https://community.qlik.com/thread/223580"&gt;border color&lt;/A&gt; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 12:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Border-Color/m-p/1168038#M904919</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-04T12:03:02Z</dc:date>
    </item>
  </channel>
</rss>

