<?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 : Pre loading items</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Pre loading items]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:50:48 +0000</pubDate>
  <lastBuildDate>Sun, 30 Jul 2006 19:50:37 +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=4679</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[Pre loading items : You can handle this in a following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4679&amp;PID=14478&amp;title=pre-loading-items#14478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4679<br /><strong>Posted:</strong> 30 July 2006 at 7:50pm<br /><br />You can handle this in a following way:<br>- catch SelectionChanged event;<br>- focused row changes, and you store a Record of this row (ReportControl.FocusedRow.Record);<br>- after repopulating use: Set pRow = wndReportControl.Rows.FindRow pStoredRecord<br>- and select this row as focused: wndReportControl.FocusedRow = pRow<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 30 Jul 2006 19:50:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4679&amp;PID=14478&amp;title=pre-loading-items#14478</guid>
  </item> 
  <item>
   <title><![CDATA[Pre loading items : In my program I load a lot of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4679&amp;PID=14449&amp;title=pre-loading-items#14449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 4679<br /><strong>Posted:</strong> 28 July 2006 at 7:33pm<br /><br /><P>In my program I load a lot of items into the reportcontrol, let's say 15.000 rows.</P><DIV>To prevent long waiting time I populate the control every 1000 records:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; If t Mod 1000 = 0 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmArticles.ArticlesControl.Populate</DIV><DIV>&nbsp;&nbsp;&nbsp; end if</DIV><DIV>&nbsp;</DIV><DIV>While the reportControl still loads additional items, I browse the visible items, scroll down in the list and click items.</DIV><DIV>&nbsp;</DIV><DIV>But every time the ReportControl.Populate command is issued, it jumps back to the top of the list.</DIV><DIV>&nbsp;</DIV><DIV>Is there a solution or workaround for this?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 Jul 2006 19:33:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4679&amp;PID=14449&amp;title=pre-loading-items#14449</guid>
  </item> 
 </channel>
</rss>