<?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 make the font style as bold in a button using vbscript? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-the-font-style-as-bold-in-a-button-using-vbscript/m-p/521608#M194921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a button in vbscript. I have entered the text, set the font color and set the button style. Please find the below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set prop = buttonObj.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Text.v = "Reset"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Frame.ObjectID = "RESETBUTTON"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.BtnStyle = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.BkgColor.PrimaryCol.Col = RGB(239,239,239)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.TextColor.PrimaryCol.Col = RGB(103,103,103)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to make the text("Reset") in the button bold. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 05:26:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-24T05:26:04Z</dc:date>
    <item>
      <title>How to make the font style as bold in a button using vbscript?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-font-style-as-bold-in-a-button-using-vbscript/m-p/521608#M194921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a button in vbscript. I have entered the text, set the font color and set the button style. Please find the below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set prop = buttonObj.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Text.v = "Reset"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.Frame.ObjectID = "RESETBUTTON"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.BtnStyle = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.BkgColor.PrimaryCol.Col = RGB(239,239,239)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; prop.TextColor.PrimaryCol.Col = RGB(103,103,103)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to make the text("Reset") in the button bold. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-font-style-as-bold-in-a-button-using-vbscript/m-p/521608#M194921</guid>
      <dc:creator />
      <dc:date>2013-12-24T05:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the font style as bold in a button using vbscript?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-font-style-as-bold-in-a-button-using-vbscript/m-p/521609#M194922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub zz()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set bo = ActiveDocument.GetSheetObject("BU03")&lt;BR /&gt;fnt = bo.GetFrameDef.Font&lt;BR /&gt;fnt.Bold = true&lt;BR /&gt;bo.SetFont fnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 06:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-font-style-as-bold-in-a-button-using-vbscript/m-p/521609#M194922</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-24T06:01:49Z</dc:date>
    </item>
  </channel>
</rss>

