<?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 : Preserve focus in a specific row after re-populate</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Preserve focus in a specific row after re-populate]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 18:11:35 +0000</pubDate>
  <lastBuildDate>Tue, 29 Apr 2008 10:11:52 +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=10363</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[Preserve focus in a specific row after re-populate : Hi,  I don&amp;#039;t know if the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10363&amp;PID=34394&amp;title=preserve-focus-in-a-specific-row-after-repopulate#34394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10363<br /><strong>Posted:</strong> 29 April 2008 at 10:11am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't know if the versions are different with FocusedRows but in V11.2 the FocusedRow will keep the focus all the time (grayed) also when deleting records. If your version doesn't do this you have to store a reference of the selected record and if you populate again, "select" the stored record.</DIV><DIV>&nbsp;</DIV><DIV>And maybe it's a good idea to upgrade your version, there are wonderfull features in version V12.0 (you have to wait a few days for the official release)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 10:11:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10363&amp;PID=34394&amp;title=preserve-focus-in-a-specific-row-after-repopulate#34394</guid>
  </item> 
  <item>
   <title><![CDATA[Preserve focus in a specific row after re-populate : i need to know the correct method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10363&amp;PID=34238&amp;title=preserve-focus-in-a-specific-row-after-repopulate#34238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3987">braian87b</a><br /><strong>Subject:</strong> 10363<br /><strong>Posted:</strong> 25 April 2008 at 1:43pm<br /><br /><DIV>i need to know the correct method to, after populate the list, set the top-row (visible at the top of the list) and the already focused, to preserve the position and the focused row/record when i perform an list update (removing all rows and re-populating the list)</DIV><DIV>&nbsp;</DIV><DIV>info: i always have in the firsth Item of the record the ID of the table of the database and has to be related to the ID</DIV><DIV>note: does not matter the first visible record, but is important the focused record visible in the list (EnsureVisible Method for Example).</DIV><DIV>&nbsp;</DIV><DIV>Example:</DIV><DIV>&nbsp;</DIV><DIV>List:</DIV><DIV>ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastName</DIV><DIV>10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jonh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kirk&nbsp;&nbsp;&nbsp; &lt; FirstVisible Record example</DIV><DIV>11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jonh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Black</DIV><DIV>12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stephan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clark &lt; Focused/Selected Record</DIV><DIV>13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pedro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lopez</DIV><DIV>15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alexander&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stope</DIV><DIV>&nbsp;</DIV><DIV>After the Update (or a classic F5 - Refresh)</DIV><DIV>&nbsp;</DIV><DIV><DIV>Updated List:</DIV><DIV>ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LastName</DIV><DIV>09&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Charles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dawn</DIV><DIV>10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jonh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kirk&nbsp;&nbsp;&nbsp; </DIV><DIV>12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stephan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clark &lt; Focused/Selected Record</DIV><DIV>13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pedro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lopez</DIV><DIV>14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Steven&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hawken</DIV><DIV>&nbsp;</DIV><DIV>note: in this example the record 11 was deleted and the record with ID 14 was inserted</DIV><DIV>i want to preserve the focus in the record with ID 12</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>(Sorry for my Ligth English)<img src="http://forum.codejock.com/smileys/smiley10.gif" border="0"></DIV><DIV>Please, put (if you can) a code-example/snippet</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 25 Apr 2008 13:43:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10363&amp;PID=34238&amp;title=preserve-focus-in-a-specific-row-after-repopulate#34238</guid>
  </item> 
 </channel>
</rss>