<?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: Programatically Control the size and position of a text box. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373295#M138831</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; Hope this attached file will be helpful for your requirement.&lt;/P&gt;&lt;P&gt;&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>Wed, 28 Mar 2012 11:34:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-28T11:34:28Z</dc:date>
    <item>
      <title>Programatically Control the size and position of a text box.</title>
      <link>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373293#M138829</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;is it posible to control the size and position of a text box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using some text boxes above a Piviot table to illustate a grouping og Columns. ie Yaer to Date, This Quarter, Full Year. See Below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that if the user re sizes the column widths, then the alignment to the columns also needs manually adjusting. Is it possible to programatically change the size and position of a text box based on the width and position&amp;nbsp; of the columns below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pivot.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/12498_Pivot.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373293#M138829</guid>
      <dc:creator />
      <dc:date>2012-03-28T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Programatically Control the size and position of a text box.</title>
      <link>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373294#M138830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can start with this. Put this macro in a button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;sub a&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;set sh = ActiveDocument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = sh.GetSheetObject("TX04")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fr = obj.GetFrameDef&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos = fr.Rect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Top = pos.Top + 60&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pos.Left = pos.Left + 45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.SetFrameDef fr&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;This will get your object text with ID "TX04" and move it 60 docunits from top to button and 45 from left to right. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373294#M138830</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-03-28T10:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programatically Control the size and position of a text box.</title>
      <link>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373295#M138831</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; Hope this attached file will be helpful for your requirement.&lt;/P&gt;&lt;P&gt;&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>Wed, 28 Mar 2012 11:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Programatically-Control-the-size-and-position-of-a-text-box/m-p/373295#M138831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-28T11:34:28Z</dc:date>
    </item>
  </channel>
</rss>

