<?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 : VisibleRows in Report</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : VisibleRows in Report]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 16:33:53 +0000</pubDate>
  <lastBuildDate>Fri, 23 May 2008 09:57:10 +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=10759</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[VisibleRows in Report : youhou, thanks a lot.     ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35713&amp;title=visiblerows-in-report#35713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4175">wismerhill</a><br /><strong>Subject:</strong> 10759<br /><strong>Posted:</strong> 23 May 2008 at 9:57am<br /><br />youhou, thanks a lot.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  <br>]]>
   </description>
   <pubDate>Fri, 23 May 2008 09:57:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35713&amp;title=visiblerows-in-report#35713</guid>
  </item> 
  <item>
   <title><![CDATA[VisibleRows in Report : Hi,  Yes it is possible. You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35710&amp;title=visiblerows-in-report#35710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10759<br /><strong>Posted:</strong> 23 May 2008 at 9:17am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes it is possible. You could do it like this:</DIV><DIV>&nbsp;</DIV><DIV>Private Function GetOnlyVisibleRows()<BR>&nbsp;&nbsp;&nbsp; Dim firstRow As Long<BR>&nbsp;&nbsp;&nbsp; Dim lastRow As Long<BR>&nbsp;&nbsp;&nbsp; Dim i As Long<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; wndReportControlFiles.Navigator.MoveFirstVisibleRow<BR>&nbsp;&nbsp;&nbsp; firstRow = wndReportControlFiles.FocusedRow.Index<BR>&nbsp;&nbsp;&nbsp; wndReportControlFiles.Navigator.MoveLastVisibleRow<BR>&nbsp;&nbsp;&nbsp; lastRow = wndReportControlFiles.FocusedRow.Index<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; For i = firstRow To lastRow<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox wndReportControlFiles.Rows(i).record(0).Caption '' reference of the record, loop through recorditems if necessary<BR>&nbsp;&nbsp;&nbsp; Next i<BR>End Function<BR></DIV>]]>
   </description>
   <pubDate>Fri, 23 May 2008 09:17:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35710&amp;title=visiblerows-in-report#35710</guid>
  </item> 
  <item>
   <title><![CDATA[VisibleRows in Report : Hello,I wonder if it&amp;#039;s possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35705&amp;title=visiblerows-in-report#35705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4175">wismerhill</a><br /><strong>Subject:</strong> 10759<br /><strong>Posted:</strong> 23 May 2008 at 8:18am<br /><br />Hello,<br><br>I wonder if it's possible to know it a row is visible or not by user<br><br>For exemple, in a report containing 1000 rows, the height of the report is able to see only 100 rows in a time.<br><br>Can i get only thoses 100 rows in order to export only the visible rows in Excel.<br><br>Regards<br>]]>
   </description>
   <pubDate>Fri, 23 May 2008 08:18:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10759&amp;PID=35705&amp;title=visiblerows-in-report#35705</guid>
  </item> 
 </channel>
</rss>