<?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 : Problem with CXTPReportC&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Problem with CXTPReportC&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 05:19:18 +0000</pubDate>
  <lastBuildDate>Fri, 02 Dec 2005 00:52:16 +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=3313</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[Problem with CXTPReportC&#111;ntrol : Hello, sure you make something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9961&amp;title=problem-with-cxtpreportcontrol#9961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 02 December 2005 at 12:52am<br /><br /><P>Hello,</P><P>sure you make something in your code. to find what you do wrong need to see your sources, please attach project in issuetrack.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 00:52:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9961&amp;title=problem-with-cxtpreportcontrol#9961</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportC&#111;ntrol : It does not work too, &amp;#039;m_...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9949&amp;title=problem-with-cxtpreportcontrol#9949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 01 December 2005 at 10:55am<br /><br /><P>It does not work too, 'm_pChildren-&gt;InternalRelease()' gives a fatal error. </P><P>I am trying to delete records and&nbsp;put new, but the old nested records appears mixed with the new records; only the nested records remains.</P><P>Is it a bug?</P>]]>
   </description>
   <pubDate>Thu, 01 Dec 2005 10:55:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9949&amp;title=problem-with-cxtpreportcontrol#9949</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportC&#111;ntrol : You don&amp;#039;t need any recursively...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9928&amp;title=problem-with-cxtpreportcontrol#9928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 01 December 2005 at 5:00am<br /><br /><P>You don't need any recursively traverse. Memory will be released automatically:</P><P>CXTPReportRecord::~CXTPReportRecord(void)<BR>{<BR>&nbsp;RemoveAll();</P><P>&nbsp;if (m_pChildren)<BR>&nbsp;{<BR>&nbsp;&nbsp;m_pChildren-&gt;InternalRelease();<BR>&nbsp;}<BR>}</P><P>&nbsp;</P><P>May be you forgot to call Populate() ?</P>]]>
   </description>
   <pubDate>Thu, 01 Dec 2005 05:00:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9928&amp;title=problem-with-cxtpreportcontrol#9928</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportC&#111;ntrol : HI, I have a function that recursively...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9919&amp;title=problem-with-cxtpreportcontrol#9919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 30 November 2005 at 4:22pm<br /><br /><P>HI, I have a function that recursively traverse all records and delete children, but is does not work with nested records, this is my code:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>void COrgReportCtrlBase::RemoveAllItems()<BR>{&nbsp;<BR>&nbsp;CXTPReportRecord *pRecord = NULL;<BR>&nbsp;for (int nRecIndex = 0; nRecIndex &lt; m_pRecords-&gt;GetCount(); nRecIndex++)<BR>&nbsp;{<BR>&nbsp;&nbsp;pRecord = m_pRecords-&gt;GetAt(nRecIndex);<BR>&nbsp;&nbsp;ASSERT(pRecord);<BR>&nbsp;&nbsp;if (pRecord-&gt;HasChildren())<BR>&nbsp;&nbsp;&nbsp;pRecord-&gt;GetChilds()-&gt;RemoveAll();</P><P>&nbsp;}<BR>&nbsp;m_pRecords-&gt;RemoveAll();<BR>}</P><P></pre></td></tr></table></P><P>COrgReportCtrlBase is derived from CXTPReportControl.</P><P>Thanks,</P><P>William GS</P>]]>
   </description>
   <pubDate>Wed, 30 Nov 2005 16:22:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9919&amp;title=problem-with-cxtpreportcontrol#9919</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportC&#111;ntrol : Hi,   See also http://forum.co...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9917&amp;title=problem-with-cxtpreportcontrol#9917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 30 November 2005 at 3:22pm<br /><br />Hi, <br /><br />See also <a href="http://forum.codejock.com/forum_posts.asp?TID=3051" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=3051</a> -- that should be working in latest versions for child records also. <br /><br />Anyway, you can recursively traverse all records by yourself and delete all children manually.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 30 Nov 2005 15:22:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9917&amp;title=problem-with-cxtpreportcontrol#9917</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CXTPReportC&#111;ntrol : Hello, I have a CXTPReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9916&amp;title=problem-with-cxtpreportcontrol#9916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1121">WilliamGS</a><br /><strong>Subject:</strong> 3313<br /><strong>Posted:</strong> 30 November 2005 at 1:42pm<br /><br /><P>Hello, I have a CXTPReportControl and several records have children records, I am using:</P><P>pReportCtrl-&gt;GetRecords()-&gt;RemoveAll();</P><P>to empty the report, but it does not work with child records, only works fine if there are not child records. Is there another way to empty a CXTPReportControl with&nbsp;nested records? I have XTP 9.6</P><P>Thanks in advance,</P><P>William GS</P>]]>
   </description>
   <pubDate>Wed, 30 Nov 2005 13:42:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3313&amp;PID=9916&amp;title=problem-with-cxtpreportcontrol#9916</guid>
  </item> 
 </channel>
</rss>