<?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 : Getting the selected rows</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Getting the selected rows]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 12:29:10 +0000</pubDate>
  <lastBuildDate>Thu, 30 Dec 2004 06:34:36 +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=1601</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[Getting the selected rows : It appears possible for the focusedRow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4567&amp;title=getting-the-selected-rows#4567</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=913">amorton</a><br /><strong>Subject:</strong> 1601<br /><strong>Posted:</strong> 30 December 2004 at 6:34am<br /><br />It appears possible for the focusedRow to not be in the selectedRows collection. If i follow these steps...<br><br>1) with an item selected in the list press and hold ctrl, then press key down a few times.<br>2) the original row in the list will retain the selection back color<br>3) the focus rectangle will move down the list and the count of objectsin the selectedRows collection will remain at 1 (when tested in thekeydown event).<br>4) in the keydown event the Selected property of the focusedRow is false<br><br>So the row with focus may not be selected. This would be easier ifthere was an indexer/item/row property on the selected rowcollection.&nbsp; For now i need to iterate over the collection usingfor-each which is a little messy<br><br>Could you add this in the next release ?<br><br>thanks<br>aaron<br><br><br>]]>
   </description>
   <pubDate>Thu, 30 Dec 2004 06:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4567&amp;title=getting-the-selected-rows#4567</guid>
  </item> 
  <item>
   <title><![CDATA[Getting the selected rows : If you only want the single selected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4565&amp;title=getting-the-selected-rows#4565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1601<br /><strong>Posted:</strong> 30 December 2004 at 6:22am<br /><br />If you only want the single selected row then:<br>&nbsp;&nbsp;&nbsp; ReportControl.FocusedRow<br><br>For multiple rows:<br>&nbsp;&nbsp;&nbsp; ReportControl.SelectedRows<br>]]>
   </description>
   <pubDate>Thu, 30 Dec 2004 06:22:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4565&amp;title=getting-the-selected-rows#4565</guid>
  </item> 
  <item>
   <title><![CDATA[Getting the selected rows : I have not been able to work out...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4564&amp;title=getting-the-selected-rows#4564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=913">amorton</a><br /><strong>Subject:</strong> 1601<br /><strong>Posted:</strong> 30 December 2004 at 4:13am<br /><br />I have not been able to work out how to access the collection of selected rows in the report control.<br><br>The control has a child ReportSelected that has methods to add anddelete rows from the collection and a count but no method to get a rowfrom the collection. I can loop over the items in the collection usinga for each loop but i just want to get the selected row.<br><br>This seems like a really dumb question and it is, but can any one help ? How do i get the selected row in the report control ?<br><br>thanks<br><br>]]>
   </description>
   <pubDate>Thu, 30 Dec 2004 04:13:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1601&amp;PID=4564&amp;title=getting-the-selected-rows#4564</guid>
  </item> 
 </channel>
</rss>