<?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 : Report c&#111;ntrol - fixed column</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Report c&#111;ntrol - fixed column]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 15:40:11 +0000</pubDate>
  <lastBuildDate>Tue, 14 Feb 2006 11:25:20 +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=3641</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[Report c&#111;ntrol - fixed column : Hi,1) It&amp;#039;s not yet supported...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10968&amp;title=report-control-fixed-column#10968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3641<br /><strong>Posted:</strong> 14 February 2006 at 11:25am<br /><br />Hi,<br><br>1) It's not yet supported automatically -- will consider as a feature request...<br><br>2) That's possible but not automatically <img border="0" src="http://forum.codejock.com/smileys/smiley2.gif" border="0"> -- you'll have to derive your class from standard item and override a virtual method which draws this checkbox (CXTPReportRecordItem::DrawCheckBox) -- then you'll have an ability to draw everything instead of standard picture.<br><br>Or an easier way -- create your Resource.dll and replace ReportGlyphs.bmp there.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 14 Feb 2006 11:25:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10968&amp;title=report-control-fixed-column#10968</guid>
  </item> 
  <item>
   <title><![CDATA[Report c&#111;ntrol - fixed column : Okay, I see that now, thanks....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10947&amp;title=report-control-fixed-column#10947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1003">Warren</a><br /><strong>Subject:</strong> 3641<br /><strong>Posted:</strong> 13 February 2006 at 3:59pm<br /><br />Okay, I see that now, thanks. Let me follow up with two more questions about the report control:<br><br>1) Is there an automatic way to make the Frozen Columns draw with the same style as the header row (i.e. in the dark grey colour)?<br><br>2) Is there a way to have the checkboxes draw the same as the regular dialog checkboxes? Right now they look very small (depending on resolution) and not nearly as nice as the rest of the report control (which looks very slick!)<br><br><img src="uploads/Warren/2006-02-13_155915_Report_CheckBoxDrawing.PNG" border="0"><br><br>If these are not possible please consider this as a feature request. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br>Thanks<br><br>Warren<br><br>]]>
   </description>
   <pubDate>Mon, 13 Feb 2006 15:59:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10947&amp;title=report-control-fixed-column#10947</guid>
  </item> 
  <item>
   <title><![CDATA[Report c&#111;ntrol - fixed column : Hi Warren,In the sample application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10932&amp;title=report-control-fixed-column#10932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3641<br /><strong>Posted:</strong> 12 February 2006 at 2:31am<br /><br />Hi Warren,<br><br>In the sample application provided with 9.81, disable automatic column sizing (Report Header menu), and try Freeze Columns feature (Report Control menu).<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 12 Feb 2006 02:31:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10932&amp;title=report-control-fixed-column#10932</guid>
  </item> 
  <item>
   <title><![CDATA[Report c&#111;ntrol - fixed column : I want to add a &amp;#034;fixed&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10930&amp;title=report-control-fixed-column#10930</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1003">Warren</a><br /><strong>Subject:</strong> 3641<br /><strong>Posted:</strong> 11 February 2006 at 7:46pm<br /><br />I want to add a "fixed" <span style="font-weight: bold;">column </span>to the report control. Is this possible?<br><br>Basically what I'm trying to do is use the Report Control as a grid control (without having to add a grid control to my project - and so the look and feel is the same as the report controls that are all over my app). I'm already going to disable sorting/re-ordering/etc of the columns, so I don't need anything fancy here.<br><br>What I want is 1 fixed column, as well as the standard 1 fixed row , and the fixed column would not scroll out of view as the horizontal scroll bar was used to move columns out to the left<br>(basically the result would look much like Excel)<br><br>Is this easy to do, or should I go and stick a grid control in there?<br>(on this line of thinking, maybe a simplified grid control would be a good addition to the toolkit? - maybe some of the report control code could be re-used)<br><br>Thanks<br><br>Warren<br>]]>
   </description>
   <pubDate>Sat, 11 Feb 2006 19:46:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3641&amp;PID=10930&amp;title=report-control-fixed-column#10930</guid>
  </item> 
 </channel>
</rss>