<?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 : Column(s) fitting</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Column(s) fitting]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 01:29:49 +0000</pubDate>
  <lastBuildDate>Wed, 29 Aug 2007 10:21:32 +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=7897</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[Column(s) fitting : Hi, I try to change my columns...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7897&amp;PID=25428&amp;title=columns-fitting#25428</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=117">Paddy</a><br /><strong>Subject:</strong> 7897<br /><strong>Posted:</strong> 29 August 2007 at 10:21am<br /><br />Hi, <br>I try to change my columns width to a best fit (like a double click for each column):<br><br>CXTPReportColumns* theColumns = m_wndReport.GetColumns();<br>if (NULL != theColumns)<br>{<br>&nbsp;&nbsp;&nbsp; int nbColumns = theColumns-&gt;GetCount();<br>&nbsp;&nbsp;&nbsp; for (int i = 0; i &lt; nbColumns; i++)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPReportColumn* theColumn = theColumns-&gt;GetAt(i);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (NULL != theColumn)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (theColumn != m_pSmallPicsColumn)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_wndReport.GetReportHeader()-&gt;BestFit(theColumn);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br><br>But it seems the columns just have the width "column.caption+6" as in the source? I need a width like "max_columnentry_width+6"...<br><br>Greets,<br><br>Patrik<br>]]>
   </description>
   <pubDate>Wed, 29 Aug 2007 10:21:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7897&amp;PID=25428&amp;title=columns-fitting#25428</guid>
  </item> 
 </channel>
</rss>