<?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 : CXTPReportRecords::m_pControl is NULL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportRecords::m_pControl is NULL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 07:35:03 +0000</pubDate>
  <lastBuildDate>Thu, 03 May 2012 08:30:59 +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=19699</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[CXTPReportRecords::m_pControl is NULL :  Hi,this has been fixed for the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19699&amp;PID=68166&amp;title=cxtpreportrecordsm-pcontrol-is-null#68166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 19699<br /><strong>Posted:</strong> 03 May 2012 at 8:30am<br /><br />Hi,<br><br>this has been fixed for the next release.<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Thu, 03 May 2012 08:30:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19699&amp;PID=68166&amp;title=cxtpreportrecordsm-pcontrol-is-null#68166</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReportRecords::m_pControl is NULL :  CXTPReportRecord::GetChilds()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19699&amp;PID=68115&amp;title=cxtpreportrecordsm-pcontrol-is-null#68115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4503">xcentric</a><br /><strong>Subject:</strong> 19699<br /><strong>Posted:</strong> 26 April 2012 at 4:15pm<br /><br /><font color="#0000FF" face="Courier New, Courier, mono"></font><font face="Courier New, Courier, mono"><font color="#0000FF">CXTPReportRecord::GetChilds()</font> </font>is implemented as follows:<br><font face="Courier New, Courier, mono"><br><font color="#0000FF">CXTPReportRecords* CXTPReportRecord::GetChilds()<br>{<br>&nbsp;&nbsp; &nbsp;if (m_pChildren == NULL)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_pChildren = new CXTPReportRecords(this);<br><br>&nbsp;&nbsp; &nbsp;if (GetRecords())<br>&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;BOOL bCase = GetRecords()-&gt;IsCaseSensitive();<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_pChildren-&gt;SetCaseSensitive(bCase);<br>&nbsp;&nbsp; &nbsp;}<br>&nbsp;&nbsp; &nbsp;return m_pChildren;<br>}<br><font color="#000000">As you can see, this method creates an instance of <font color="#0000FF">CXTPReportRecords</font> and assigns it to <font color="#0000FF">pChildren</font>.<br>The problem is </font></font></font><font face="Courier New, Courier, mono"><font color="#0000FF">CXTPReportRecords::</font></font><font face="Courier New, Courier, mono"><font color="#0000FF"><font color="#000000"><font color="#0000FF">m_pControl</font> member is not assigned here and will stay NULL.<br>I think you should change first two lines:<br><br><font color="#0000FF">&nbsp;&nbsp; if (m_pChildren == NULL)<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_pChildren = new CXTPReportRecords(this);<br><font color="#FF0000">&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; m_pChildren-&gt;m_pControl = m_pControl;</font><br>&nbsp;&nbsp; }<br></font><br><br></font></font></font>]]>
   </description>
   <pubDate>Thu, 26 Apr 2012 16:15:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19699&amp;PID=68115&amp;title=cxtpreportrecordsm-pcontrol-is-null#68115</guid>
  </item> 
 </channel>
</rss>