<?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 Control OnSize - Stack Overflow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report Control OnSize - Stack Overflow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 09:06:43 +0000</pubDate>
  <lastBuildDate>Tue, 07 Oct 2008 09:56:28 +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=12336</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 Control OnSize - Stack Overflow : Yes, we also changed our sources...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41724&amp;title=report-control-onsize-stack-overflow#41724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 07 October 2008 at 9:56am<br /><br />Yes, we also changed our sources to prevent it for future.<DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Tue, 07 Oct 2008 09:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41724&amp;title=report-control-onsize-stack-overflow#41724</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control OnSize - Stack Overflow :    zitz wrote:Oleg, how can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41718&amp;title=report-control-onsize-stack-overflow#41718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 07 October 2008 at 8:56am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by zitz" alt="Originally posted by zitz" style="vertical-align: text-bottom;" /> <strong>zitz wrote:</strong><br /><br />Oleg, how can i send private messages to you? Where is PM button?<br></td></tr></table><br><br>You can't PM.&nbsp; You can send and email to support@codejock.com instead.<br>]]>
   </description>
   <pubDate>Tue, 07 Oct 2008 08:56:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41718&amp;title=report-control-onsize-stack-overflow#41718</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control OnSize - Stack Overflow : Oleg, how can i send private messages...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41686&amp;title=report-control-onsize-stack-overflow#41686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 06 October 2008 at 3:26pm<br /><br />Oleg, how can i send private messages to you? Where is PM button?<br>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 15:26:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41686&amp;title=report-control-onsize-stack-overflow#41686</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control OnSize - Stack Overflow : ReportOnSize.zip is short example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41685&amp;title=report-control-onsize-stack-overflow#41685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 06 October 2008 at 3:03pm<br /><br />ReportOnSize.zip is short example to show problem.<br><br>My workaround is ( i need AutoColumnSizing = FALSE ):<br><br>void XXXReportControl::AdjustScrollBars()<br>{<br>&nbsp;&nbsp;&nbsp; // &#1092;&#1080;&#1089;&#1082;&#1080;&#1084; &#1073;&#1072;&#1075;&#1091; &#1074; &#1082;&#1086;&#1076;&#1077;&#1076;&#1078;&#1086;&#1082;&#1077; - &#1087;&#1077;&#1088;&#1077;&#1087;&#1086;&#1083;&#1085;&#1077;&#1085;&#1080;&#1077; &#1089;&#1090;&#1077;&#1082;&#1072;<br>&nbsp;&nbsp;&nbsp; if ( m_bOnSizeRunning ) m_nAdjustScrollBars++;<br>&nbsp;&nbsp;&nbsp; if ( m_nAdjustScrollBars &lt; 6 )<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPReportControl::AdjustScrollBars();<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>void XXXReportControl::OnSize( UINT nType, int cx, int cy )<br>{<br>&nbsp;&nbsp;&nbsp; if ( m_bOnSizeRunning == FALSE )<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPReportControl::OnSize( nType, cx, cy );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_nAdjustScrollBars = 0;<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 15:03:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41685&amp;title=report-control-onsize-stack-overflow#41685</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control OnSize - Stack Overflow : Hi, Thanks, Please as workaround...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41655&amp;title=report-control-onsize-stack-overflow#41655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 06 October 2008 at 2:44am<br /><br /><P>Hi,</P><P>Thanks,&nbsp; Please as workaround comment </P><DIV>//m_wndReport.GetReportHeader()-&gt;SetAutoColumnSizing( FALSE );</DIV><DIV>line.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 02:44:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41655&amp;title=report-control-onsize-stack-overflow#41655</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control OnSize - Stack Overflow : uploads/20081005_060740_ReportOnSize.zipXtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41642&amp;title=report-control-onsize-stack-overflow#41642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4605">zitz</a><br /><strong>Subject:</strong> 12336<br /><strong>Posted:</strong> 05 October 2008 at 6:10am<br /><br /><a href="uploads/20081005_060740_Report&#079;nSize.zip" target="_blank">uploads/20081005_060740_ReportOnSize.zip</a><br>Xtreme ToolkitPro v11.2.0<br><br>how to fix?<br>]]>
   </description>
   <pubDate>Sun, 05 Oct 2008 06:10:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12336&amp;PID=41642&amp;title=report-control-onsize-stack-overflow#41642</guid>
  </item> 
 </channel>
</rss>