<?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 : CXTPReportControl problems with many columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportControl problems with many columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 01:46:24 +0000</pubDate>
  <lastBuildDate>Mon, 22 Feb 2010 05:06:14 +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=15550</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[CXTPReportControl problems with many columns : Hi,   I also tested Toolkit Pro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56975&amp;title=cxtpreportcontrol-problems-with-many-columns#56975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 22 February 2010 at 5:06am<br /><br />Hi, <br /><br />I also tested Toolkit Pro 14.0 Beta and noticed that it was not possible to scroll pass column 600 in a spreadsheet.<br /><br />Are there no plans to fix it? Of course I can fix it my own sources but I rather not do that after each update.<br /><br />]]>
   </description>
   <pubDate>Mon, 22 Feb 2010 05:06:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56975&amp;title=cxtpreportcontrol-problems-with-many-columns#56975</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : Thanks Mark,   I tested creating...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56142&amp;title=cxtpreportcontrol-problems-with-many-columns#56142</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 14 January 2010 at 8:26am<br /><br />Thanks Mark, <br /><br />I tested creating a spreadsheet with 10 000 columns and 100 rows. <br /><br />My report control no longer "hangs" when moving the mouse over the column headers, but is still rather slow when scrolling and selecting rows. Selecting a row when you have scrolled to the far right of the spreadsheet takes a few seconds on my computer.<br /><br />Horizontal scrolling still doesn't work. I changed  XTPReportControl.cpp, line 4820:<br /><br />&nbsp;&nbsp;&nbsp;nCurPos = nPos;<br /><br />to<br /><br />&nbsp;&nbsp;&nbsp;SCROLLINFO si;<br />&nbsp;&nbsp;&nbsp;ZeroMemory(&si, sizeof(SCROLLINFO));<br />&nbsp;&nbsp;&nbsp;si.cbSize = sizeof(SCROLLINFO);<br />&nbsp;&nbsp;&nbsp;si.fMask = SIF_TRACKPOS;<br /><br />&nbsp;&nbsp;&nbsp;if (!GetScrollInfo(SB_HORZ, &si))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return;<br />&nbsp;&nbsp;&nbsp;nCurPos = si.nTrackPos;<br /><br />to make it work for me.<br /><br />By the way, if you lock/freeze the first column and use the xtpReportFreezeColsDividerShade style it doesn't look really nice if you select a row and scroll horizontally:<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="uploads/20100114_080740_Untitled.png" border="0"><br />]]>
   </description>
   <pubDate>Thu, 14 Jan 2010 08:26:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56142&amp;title=cxtpreportcontrol-problems-with-many-columns#56142</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : Sure - https://forum.codejock....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56099&amp;title=cxtpreportcontrol-problems-with-many-columns#56099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 11 January 2010 at 4:10pm<br /><br /><FONT color=#000000>Sure - </FONT><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolMFCUpdated.rar" target="_blank"><FONT color=#000000>https://forum.codejock.com/uploads/DemoVersion/ReportControlMFCUpdated.rar</FONT></A><FONT color=#000000>&nbsp;but you need to comment line </FONT><DIV><FONT size=2><P><FONT color=#000000>#include</FONT></FONT><FONT color=#000000 size=2> </FONT><FONT color=#a31515 size=2><FONT color=#000000>"XTPReportRecordTrackMod.h"</FONT></P><DIV><FONT color=#000000>and body of <FONT size=2>BOOL CXTPReportControl::ExecuteSnapAction(</FONT><FONT size=2>int</FONT></FONT><FONT size=2><FONT color=#000000> nTimeMarker, BOOL bLeft)</FONT><DIV></DIV><FONT color=#000000>and <FONT size=2>BOOL CXTPReportControl::ExecuteSnap2Clip(BOOL bLeft) - leave only return FALSE in the end.</FONT></FONT></FONT></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 16:10:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56099&amp;title=cxtpreportcontrol-problems-with-many-columns#56099</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : Thanks for the quick reply. Is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56098&amp;title=cxtpreportcontrol-problems-with-many-columns#56098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 11 January 2010 at 4:06pm<br /><br />Thanks for the quick reply. Is there a MFC version I can test instead of the active x control?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 16:06:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56098&amp;title=cxtpreportcontrol-problems-with-many-columns#56098</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : Please try your case with http...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56097&amp;title=cxtpreportcontrol-problems-with-many-columns#56097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 11 January 2010 at 3:52pm<br /><br />Please try your case with <a href="https://forum.codejock.com/uploads/BetaOCX/ReportC&#111;ntrolBeta13-2-2.rar" target="_blank">https://forum.codejock.com/uploads/BetaOCX/ReportControlBeta13-2-2.rar</A>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 15:52:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56097&amp;title=cxtpreportcontrol-problems-with-many-columns#56097</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : By the way, will the scrolling...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56096&amp;title=cxtpreportcontrol-problems-with-many-columns#56096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 11 January 2010 at 3:48pm<br /><br />By the way, will the scrolling bug/etc be fixed in next version of the Toolkit?<br /><br />When is next version expected?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 15:48:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=56096&amp;title=cxtpreportcontrol-problems-with-many-columns#56096</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : It was general info based on Excel2003...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54622&amp;title=cxtpreportcontrol-problems-with-many-columns#54622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 06 November 2009 at 1:27pm<br /><br />It was general info based on Excel2003 and prev versions]]>
   </description>
   <pubDate>Fri, 06 Nov 2009 13:27:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54622&amp;title=cxtpreportcontrol-problems-with-many-columns#54622</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns :   mdoubson wrote:Excel spec:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54621&amp;title=cxtpreportcontrol-problems-with-many-columns#54621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 06 November 2009 at 1:24pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by mdoubson" alt="Originally posted by mdoubson" style="vertical-align: text-bottom;" /> <strong>mdoubson wrote:</strong><br /><br /><p>Excel spec: Rows &lt;= 64K, Columns &lt;= 256</p></td></tr></table> <br /><br />Not sure if this was an answer or general information but I don't see any value in your post?<br /><br />For your information, Excel 2007 supports 16384 columns and over a million rows.]]>
   </description>
   <pubDate>Fri, 06 Nov 2009 13:24:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54621&amp;title=cxtpreportcontrol-problems-with-many-columns#54621</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns :  Excel spec: Rows &amp;lt;= 64K,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54606&amp;title=cxtpreportcontrol-problems-with-many-columns#54606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 05 November 2009 at 8:05pm<br /><br /><FONT face=Arial size=2><FONT face=Arial size=2><P>Excel spec: Rows &lt;= 64K, Columns &lt;= 256</P></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 05 Nov 2009 20:05:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54606&amp;title=cxtpreportcontrol-problems-with-many-columns#54606</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl problems with many columns : I am testing the report control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54569&amp;title=cxtpreportcontrol-problems-with-many-columns#54569</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 15550<br /><strong>Posted:</strong> 04 November 2009 at 6:21pm<br /><br />I am testing the report control with a few thousand columns in virtual mode and noticed a few problems:<br /><br />1) If you drag the horizontal thumb to the right the scrolling will snap back to first column when you pass column 700 or so. (Using GetScrollInfo for the cases SB_THUMBTRACK SB_THUMBPOSITION in CXTPReportControl::OnHScroll2 instead of nPos solves the problem.)<br /><br />2) In virtual mode: If you pass pos == NULL in a call to GetNextSelectedRow(pos) it will return a pointer to m_pVirtualRow instead of NULL - did not expect that...<br /><br />3) If you have a few thousand columns and your mouse happen to pass over some of the column headers the application will become unresponsive for some time (5-10 seconds).<br /><br />Actually, what I want is an EXCEL like spreadsheet and perhaps CXTPReportControl is not designed for that - if this is the case, does anyone have a suggestion for an alternative control?<br /><br />Using v. 13.2.1<br /><br />By the way, isn't there a missing 'l' in the name GetFulColScrollInfo() ;-)?<br /><br />]]>
   </description>
   <pubDate>Wed, 04 Nov 2009 18:21:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15550&amp;PID=54569&amp;title=cxtpreportcontrol-problems-with-many-columns#54569</guid>
  </item> 
 </channel>
</rss>