<?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 Scroll Problem</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 Scroll Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 21:10:52 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jan 2005 05:31:05 +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=1643</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 Scroll Problem : Ok, thx for the feedback!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4819&amp;title=report-control-scroll-problem#4819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=943">Flamer</a><br /><strong>Subject:</strong> 1643<br /><strong>Posted:</strong> 24 January 2005 at 5:31am<br /><br /><P><SPAN =bold>Ok, thx for the feedback!</SPAN></P><P><SPAN =bold></SPAN>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 24 Jan 2005 05:31:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4819&amp;title=report-control-scroll-problem#4819</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Scroll Problem : I reported this as a bug and was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4818&amp;title=report-control-scroll-problem#4818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=491">brianh</a><br /><strong>Subject:</strong> 1643<br /><strong>Posted:</strong> 24 January 2005 at 3:01am<br /><br /><P>I reported this as a bug and was told it will be fixed in the next release and given the code below to fix the problem in the mean time:</P><FONT size=2><P>Yes, it was bug,, we fixed it already.</P><P>void CXTPReportControl::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) {</P><P>if (pScrollBar != NULL)</P><P>{</P><P>CWnd::OnHScroll(nSBCode, nPos, pScrollBar);</P><P>return;</P><P>}</P><P>int nCurPos = m_nLeftOffset;</P><P>// decide what to do for each diffrent scroll event</P><P>switch(nSBCode)</P><P>{</P><P>case SB_TOP: nCurPos = 0; break;</P><P>case SB_BOTTOM: nCurPos = GetScrollLimit(SB_HORZ); break;</P><P>case SB_LINEUP: nCurPos = max(nCurPos - 1, 0); break;</P><P>case SB_LINEDOWN: nCurPos = min(nCurPos + 1, GetScrollLimit(SB_HORZ)); break;</P><P>case SB_PAGEUP: nCurPos = max(nCurPos - m_rcReportArea.Width(), 0); break;</P><P>case SB_PAGEDOWN: nCurPos = min(nCurPos + m_rcReportArea.Width(), GetScrollLimit(SB_HORZ)); break;</P><P>case SB_THUMBTRACK:</P><P>case SB_THUMBPOSITION: nCurPos = nPos; break;</P><P>}</P><P>SetLeftOffset(nCurPos);</P><P>CWnd::OnHScroll(nSBCode, nPos, pScrollBar); }</P><P>You can replace this member and rebuild dll/lib</P></FONT>]]>
   </description>
   <pubDate>Mon, 24 Jan 2005 03:01:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4818&amp;title=report-control-scroll-problem#4818</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Scroll Problem : I notice the same &amp;#039;bug&amp;#039;....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4809&amp;title=report-control-scroll-problem#4809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=943">Flamer</a><br /><strong>Subject:</strong> 1643<br /><strong>Posted:</strong> 22 January 2005 at 6:22am<br /><br /><P>I notice the same 'bug'. The vertical scrollbar works perfectly!!!</P><P>Can this be solved in the next release??? ...Would be great!!!!</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 22 Jan 2005 06:22:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4809&amp;title=report-control-scroll-problem#4809</guid>
  </item> 
  <item>
   <title><![CDATA[Report C&#111;ntrol Scroll Problem : Hi, if you turn off automatic...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4660&amp;title=report-control-scroll-problem#4660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=491">brianh</a><br /><strong>Subject:</strong> 1643<br /><strong>Posted:</strong> 10 January 2005 at 3:50am<br /><br /><P>Hi, if you turn off automatic column sizing (so it doesn't automatically resize columns to fit window) then resize window until the horizontal scroll bar appears you can then drag the scrollbar "thumb" and you can click on the scrollbar arrows to scroll the window, but if you click on the scroll bar itself nothing happens! <IMG src="http://forum.codejock.com/smileys/smiley18.gif" border="0"></P><P>This behaviour can been seen in the&nbsp;report control sample program too,&nbsp;is this a bug, can it be fixed?</P><P>Thanks.</P><span style="font-size:10px"><br /><br />Edited by brianh</span>]]>
   </description>
   <pubDate>Mon, 10 Jan 2005 03:50:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1643&amp;PID=4660&amp;title=report-control-scroll-problem#4660</guid>
  </item> 
 </channel>
</rss>