<?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 : Updating Report control in virtual mode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Updating Report control in virtual mode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 11:05:43 +0000</pubDate>
  <lastBuildDate>Sun, 05 Apr 2009 02:13:20 +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=13771</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[Updating Report control in virtual mode :   alexshemesh wrote:  Everything...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47583&amp;title=updating-report-control-in-virtual-mode#47583</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13771<br /><strong>Posted:</strong> 05 April 2009 at 2:13am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by alexshemesh" alt="Originally posted by alexshemesh" style="vertical-align: text-bottom;" /> <strong>alexshemesh wrote:</strong><br /><br /><DIV>&#091;...&#093;</DIV><DIV>Everything works but every time i call Populate , Vertical scroll bar jumps back to first row of the list.<BR>The whole idea of my mechanism is to make it possible for user to observe rows that already processed , while rest of rows being added.And its very hard to do when report control always jumps back to first row.<BR>&#091;...&#093;</DIV><DIV></td></tr></table> </DIV><DIV>&nbsp;</DIV><DIV><FONT size=2>Hi,</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>Everytime you call .Populate first row will be selected, you can avoid this by deleting all selected rows after you call .Populate</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>So:</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><FONT size=2>wndReportControl.Populate</FONT></DIV><DIV><FONT size=2>&nbsp;</FONT></DIV><DIV><strong><FONT size=2>wndReportControl.SelectedRows.DeleteAll</FONT></strong></DIV><DIV><strong><FONT size=2>DoEvents</FONT></strong></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 05 Apr 2009 02:13:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47583&amp;title=updating-report-control-in-virtual-mode#47583</guid>
  </item> 
  <item>
   <title><![CDATA[Updating Report control in virtual mode : This is not real virtual mode....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47203&amp;title=updating-report-control-in-virtual-mode#47203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13771<br /><strong>Posted:</strong> 26 March 2009 at 11:15pm<br /><br />This is not real virtual mode. This is batch-load mode. It only help to accelerate initial display - but that's happened if user will press END on this first display? He will wait till the last batch will be load? Not very smart...]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 23:15:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47203&amp;title=updating-report-control-in-virtual-mode#47203</guid>
  </item> 
  <item>
   <title><![CDATA[Updating Report control in virtual mode : HiI nave Report control in my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47019&amp;title=updating-report-control-in-virtual-mode#47019</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4992">alexshemesh</a><br /><strong>Subject:</strong> 13771<br /><strong>Posted:</strong> 24 March 2009 at 5:48am<br /><br />Hi<br>I nave Report control in my application that should display tens of thousands of rows.<br>I read those rows from data base , so it takes time to process them.<br>Ive implemented functionality that processes the records from DB by bunches of 1000 records and adds them to report control asynchronously.<br>Every time bunch of records processed i add it to underlying storage, call to SetVirtualMode with new number of rows and call to Populate to show new rows.<br>Everything works but every time i call Populate , Vertical scroll bar jumps back to first row of the list.<br>The whole idea of my mechanism is to make it possible for user to observe rows that already processed , while rest of rows being added.And its very hard to do when report control always jumps back to first row.<br>Is there some way to avoid this jump back to first row behavior?<br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 24 Mar 2009 05:48:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13771&amp;PID=47019&amp;title=updating-report-control-in-virtual-mode#47019</guid>
  </item> 
 </channel>
</rss>