<?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 : CXTPReprtC&#111;ntrol select rows ???</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPReprtC&#111;ntrol select rows ???]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 21:06:40 +0000</pubDate>
  <lastBuildDate>Fri, 17 Feb 2006 03:14:57 +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=3668</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[CXTPReprtC&#111;ntrol select rows ??? : Hi Hans,You should not call Populate()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3668&amp;PID=11035&amp;title=cxtpreprtcontrol-select-rows#11035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3668<br /><strong>Posted:</strong> 17 February 2006 at 3:14am<br /><br />Hi Hans,<br><br>You should not call Populate() in the end of this method. <br><br>Note that Populate() regenerates report rows from corresponding records, and old rows data becomes not actual.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Fri, 17 Feb 2006 03:14:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3668&amp;PID=11035&amp;title=cxtpreprtcontrol-select-rows#11035</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPReprtC&#111;ntrol select rows ??? : Hi !XTP 9.70I want to select several...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3668&amp;PID=11034&amp;title=cxtpreprtcontrol-select-rows#11034</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3668<br /><strong>Posted:</strong> 17 February 2006 at 2:37am<br /><br />Hi !<br><br>XTP 9.70<br><br>I want to select several rows within a report control.<br><br>I tried to use the following approach:<br><br>CXTPReportSelectedRows* pSelRows = m_wndDynamicReport.GetSelectedRows();<br><br>if(pSelRows)<br>{<br>&nbsp; // clear current selection<br>&nbsp; pSelRows-&gt;Clear();<br>&nbsp; while( iterate my data/records )<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; . . .<br>&nbsp;&nbsp;&nbsp; // find rows which have to be selected<br>&nbsp;&nbsp;&nbsp; CXTPReportRow* pRow = pRows-&gt;Find(pRecord);<br>&nbsp;&nbsp;&nbsp; if(pRow)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp; &nbsp;&nbsp; pSelRows-&gt;Add(pRow);<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; }<br>&nbsp;<br>&nbsp; m_wndDynamicReport.Populate();<br>&nbsp; m_wndDynamicReport.RedrawControl();<br>&nbsp; m_wndDynamicReport.UpdateWindow();<br><br><br>this doesnt work.<br><br>how can I select mutliple rows within my report control ???<br><br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Fri, 17 Feb 2006 02:37:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3668&amp;PID=11034&amp;title=cxtpreprtcontrol-select-rows#11034</guid>
  </item> 
 </channel>
</rss>