<?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 : Setting GroupCaption</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Setting GroupCaption]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 23:04:02 +0000</pubDate>
  <lastBuildDate>Mon, 26 Mar 2007 13:40:33 +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=6736</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[Setting GroupCaption : Got it. Pieced together a few...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6736&amp;PID=21466&amp;title=setting-groupcaption#21466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6736<br /><strong>Posted:</strong> 26 March 2007 at 1:40pm<br /><br />Got it.&nbsp; Pieced together a few different posts.<br><br>Private Sub rpt_ColumnOrderChanged()<br><br>&nbsp;&nbsp;&nbsp; Dim i As Long<br>&nbsp;&nbsp;&nbsp; Dim lngCount As Long<br>&nbsp;&nbsp;&nbsp; Dim lngTotalTime As Long<br>&nbsp;&nbsp;&nbsp; Dim Row As ReportRow<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; For i = rpt.Rows.count - 1 To 0 Step -1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Row = rpt.Rows(i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.GroupRow Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Row.GroupCaption = Row.GroupCaption + " -- Total Time: " + Format(lngTotalTime / 60, "0.00") + " -- Quantity: " + CStr(lngCount)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngTotalTime = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngCount = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngTotalTime = lngTotalTime + CLng(Row.Record.Item(COL_TOTALTIME).Tag)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.Record.Item(COL_QUANTITY).Value &lt;&gt; vbNullString Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lngCount = lngCount + CLng(Row.Record.Item(COL_QUANTITY).Value) + 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next i<br>End Sub<br>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 13:40:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6736&amp;PID=21466&amp;title=setting-groupcaption#21466</guid>
  </item> 
  <item>
   <title><![CDATA[Setting GroupCaption : I need to traverse the report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6736&amp;PID=21465&amp;title=setting-groupcaption#21465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6736<br /><strong>Posted:</strong> 26 March 2007 at 12:55pm<br /><br />I need to traverse the report control bottom to top, making calculations along the way and updating GroupCaption with those Calculations.&nbsp; Any idea how to accomplish this?]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 12:55:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6736&amp;PID=21465&amp;title=setting-groupcaption#21465</guid>
  </item> 
 </channel>
</rss>