<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : ReportCtrl CheckBoxes in 12.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ReportCtrl CheckBoxes in 12.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 10:28:52 +0000</pubDate>
  <lastBuildDate>Tue, 25 Nov 2008 08:58:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=12744</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 : &amp;gt; Isn&amp;#039;t that what a Beta...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43184&amp;title=reportctrl-checkboxes-in-12-1#43184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 25 November 2008 at 8:58am<br /><br />&gt; Isn't that what a Beta is for? Oh wait, there wasn't one for the last months!<br><br>I'm a long-time supporter of CodeJock, but I must express my agreement with this sentiment. You're not making good use of a large installed user base that's anxious and willing to assist with beta testing your products.<br><br>Please invest the resources needed to build an effective / collaborative beta testing process. It's in the best interest of all involved parties.<br>]]>
   </description>
   <pubDate>Tue, 25 Nov 2008 08:58:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43184&amp;title=reportctrl-checkboxes-in-12-1#43184</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 : Thanks for the quick reply Oleg.  In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43101&amp;title=reportctrl-checkboxes-in-12-1#43101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4109">Mar2008</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 21 November 2008 at 1:12pm<br /><br />Thanks for the quick reply Oleg.<DIV>&nbsp;</DIV><DIV>In case someone needs this fix sooner than 12.1.1, just replace the call to DrawThemeBackground in CXT<FONT color=#020002 size=2><FONT color=#020002 size=2>PReportPaintManager</FONT></FONT><FONT size=2>::</FONT>DrawGlyph with&nbsp;this:</DIV><DIV><FONT color=#020002 size=2><FONT color=#020002 size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#020002 size=2><FONT color=#020002 size=2>m_themeButton</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>DrawThemeBackground</FONT></FONT><FONT size=2>(</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>pDC</FONT></FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>m_hDC</FONT></FONT><FONT size=2>, </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>BP_CHECKBOX</FONT></FONT><FONT size=2>,</DIV><DIV><P></FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>iIcon</FONT></FONT><FONT size=2> == 3 ? </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CBS_CHECKEDNORMAL</FONT></FONT><FONT size=2> : </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>iIcon</FONT></FONT><FONT size=2> == 2 ? </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CBS_UNCHECKEDNORMAL</FONT></FONT><FONT size=2> :</P><P></FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>iIcon</FONT></FONT><FONT size=2> == 5 ? </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CBS_CHECKEDDISABLED</FONT></FONT><FONT size=2> : </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CBS_UNCHECKEDDISABLED</FONT></FONT><FONT size=2>, &amp;</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>rectCheckBox</FONT></FONT><FONT size=2>, </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>NULL</FONT></FONT><FONT size=2>);</P></FONT></DIV><DIV><FONT color=#020002 size=2><FONT color=#020002 size=2><P></FONT></FONT>&nbsp;</P></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 13:12:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43101&amp;title=reportctrl-checkboxes-in-12-1#43101</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 :     znakeeye wrote:Let us find...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43094&amp;title=reportctrl-checkboxes-in-12-1#43094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 21 November 2008 at 9:16am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by znakeeye" alt="Originally posted by znakeeye" style="vertical-align: text-bottom;" /> <strong>znakeeye wrote:</strong><br /><br />Let us find all new bugs first! :)</td></tr></table><br><br>Isn't that what a Beta is for? Oh wait, there wasn't one for the last months!<br><br>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 09:16:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43094&amp;title=reportctrl-checkboxes-in-12-1#43094</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 : Let us find all new bugs first!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43090&amp;title=reportctrl-checkboxes-in-12-1#43090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 21 November 2008 at 8:55am<br /><br />Let us find all new bugs first! :)]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 08:55:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43090&amp;title=reportctrl-checkboxes-in-12-1#43090</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 : Thanks. Agree :(:(:( Guess 12.1.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43071&amp;title=reportctrl-checkboxes-in-12-1#43071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 21 November 2008 at 3:41am<br /><br />Thanks. Agree :(:(:( Guess 12.1.1 will be soon.]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 03:41:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43071&amp;title=reportctrl-checkboxes-in-12-1#43071</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl CheckBoxes in 12.1 : I just rebuilt my project using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43047&amp;title=reportctrl-checkboxes-in-12-1#43047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4109">Mar2008</a><br /><strong>Subject:</strong> 12744<br /><strong>Posted:</strong> 20 November 2008 at 3:53pm<br /><br />I just rebuilt my project using v12.1 and my report control checkboxes now look much better but have their state flipped. So by default all my items are checked instead of being unchecked.... <DIV>&nbsp;</DIV><DIV>Looks like <FONT color=#020002 size=2><FONT color=#020002 size=2>CXTPReportRecordItem</FONT></FONT><FONT size=2>::</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>DrawCheckBox is passing 2 to <FONT color=#020002 size=2><FONT color=#020002 size=2>CXTPReportPaintManager</FONT></FONT><FONT color=#000000 size=2>::</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>DrawGlyph instead of 3...</FONT></FONT></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Thu, 20 Nov 2008 15:53:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12744&amp;PID=43047&amp;title=reportctrl-checkboxes-in-12-1#43047</guid>
  </item> 
 </channel>
</rss>