<?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</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 15:45:09 +0000</pubDate>
  <lastBuildDate>Sat, 23 Feb 2019 10:14:10 +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=23819</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 : It sounds like you have not looked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23819&amp;PID=77267&amp;title=cxtpreportcontrol#77267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9155">BobC</a><br /><strong>Subject:</strong> 23819<br /><strong>Posted:</strong> 23 February 2019 at 10:14am<br /><br />It sounds like you have not looked at the Help file that comes with each version of the toolkit.<div><br></div><div>CXTPReportRecords still exists and uses header XTPReportRecords.h.</div><div>CXTPReportRows still exists and uses header XTPReportRows.h.</div><div>CXTPReportTip still exists and uses header XTPReportTip.h.</div><div>CXTPReportSection still exists and uses header XTPReportSection.h.</div><div><br></div><div>All the rest of your variables appear to be application-defined and not part of the toolkit.</div>]]>
   </description>
   <pubDate>Sat, 23 Feb 2019 10:14:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23819&amp;PID=77267&amp;title=cxtpreportcontrol#77267</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportControl : Hello,Recently we upgraded from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23819&amp;PID=77264&amp;title=cxtpreportcontrol#77264</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2550">shanmuganathan</a><br /><strong>Subject:</strong> 23819<br /><strong>Posted:</strong> 20 February 2019 at 2:10am<br /><br />Hello,<div><br></div><div>Recently we upgraded from "Xtreme ToolkitPro v15.0.2" to "Xtreme ToolkitPro v18.6.0".</div><div><br></div><div>In my application i have a class derived from CXTPReportControl and customized it as per my needs in my derived classes.</div><div><br></div><div>Now after upgrading to new version i could not find the following variables which was in CXTPReportControl and it is moved to other classes.</div><div><br></div><div>============================================</div><div><div><span style="white-space:pre">	</span>CXTPReportRecords* m_pRecords;</div><div><span style="white-space:pre">	</span>CXTPReportRows* m_pPlainTree;</div><div><span style="white-space:pre">	</span>int m_nPopulatedRecordsCount;<span style="white-space:pre">				</span></div><div><span style="white-space:pre">	</span>CXTPReportRows m_arrScreenRows;<span style="white-space:pre">			</span>&nbsp; &nbsp; // Rows currently presented on screen.</div><div><span style="white-space:pre">	</span>int m_nFocusedRow;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Current focused row index.</div><div><span style="white-space:pre">	</span>int m_nClickRow;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //The clicked row index.</div><div><span style="white-space:pre">	</span>CPoint m_pointDrag;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Drag position</div><div><span style="white-space:pre">	</span>int m_nLeftOffset;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Horizontal scroll position.</div><div><span style="white-space:pre">	</span>int m_nTopRow;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Current top row in the visible area.</div><div><span style="white-space:pre">	</span>CXTPReportTip m_wndTip;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// Tip window.</div><div><span style="white-space:pre">	</span>CRect m_rcReportArea;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// The area occupied by rows.</div><div><span style="white-space:pre">	</span>BOOL m_bFullColumnScrolling;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Store Full Column Scrolling mode for horizontal scro</div><div><span style="white-space:pre">	</span>int m_nFreezeColumnsCount;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Count of none-scrolled columns at the left side.</div><div><span style="white-space:pre">	</span>CXTPReportSection* m_pReportSection;</div></div><div>============================================</div><div><br></div><div>Require help on how i can handle it ?</div><div><br></div><div><div>Thanks!</div><div>Windows 7</div><div>Visual Studio 2013</div><div>CodeJock 18.6</div></div>]]>
   </description>
   <pubDate>Wed, 20 Feb 2019 02:10:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23819&amp;PID=77264&amp;title=cxtpreportcontrol#77264</guid>
  </item> 
 </channel>
</rss>