<?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 : Displaying correct row count</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Displaying correct row count]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:53:13 +0000</pubDate>
  <lastBuildDate>Tue, 12 Dec 2006 03:11:31 +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=5708</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[Displaying correct row count : Create your function to calculate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5708&amp;PID=18100&amp;title=displaying-correct-row-count#18100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5708<br /><strong>Posted:</strong> 12 December 2006 at 3:11am<br /><br />Create your function to calculate correct Row index, for example:<br><table width="99%"><tr><td><pre class="BBcode"><br>...<br>RealRowIndex = 0<br>for i = 0 to Rpt_List.FocusedRow.Index <br>&nbsp;&nbsp;&nbsp; if Rows(i).GroupRow then <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RealRowIndex = RealRowIndex + 1<br>&nbsp;&nbsp;&nbsp; end if<br>Next<br>...<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 12 Dec 2006 03:11:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5708&amp;PID=18100&amp;title=displaying-correct-row-count#18100</guid>
  </item> 
  <item>
   <title><![CDATA[Displaying correct row count : In the application that I am building...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5708&amp;PID=17961&amp;title=displaying-correct-row-count#17961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2528">shagge22</a><br /><strong>Subject:</strong> 5708<br /><strong>Posted:</strong> 06 December 2006 at 10:11am<br /><br /><P><SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Verdana; mso-ansi-: EN">In the application that I am building each row in the report control&nbsp;represents a document. In the status bar I am displaying which document the user is on. It works fine if the user does not have the items grouped. Once the items have been grouped the count is incorrect. I understand that the grouprow counts as a row. Is there a way to display the correct row that the user is on? Here is the code that I am current using to display the number of documents or rows in the listing.<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P><P>Cmd_Bar.StatusBar.Pane(3).Text = "Document " + cstr(Rpt_List.FocusedRow.Index + 1) + " of " + cstr(Rpt_List.Records.count)</P>]]>
   </description>
   <pubDate>Wed, 06 Dec 2006 10:11:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5708&amp;PID=17961&amp;title=displaying-correct-row-count#17961</guid>
  </item> 
 </channel>
</rss>