<?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 : Grouped Row Caption</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Grouped Row Caption]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 20:12:46 +0000</pubDate>
  <lastBuildDate>Tue, 10 Jul 2007 11:54:58 +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=7535</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[Grouped Row Caption : Thanks for the code. That works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24359&amp;title=grouped-row-caption#24359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2528">shagge22</a><br /><strong>Subject:</strong> 7535<br /><strong>Posted:</strong> 10 July 2007 at 11:54am<br /><br />Thanks for the code. That works great. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> ]]>
   </description>
   <pubDate>Tue, 10 Jul 2007 11:54:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24359&amp;title=grouped-row-caption#24359</guid>
  </item> 
  <item>
   <title><![CDATA[Grouped Row Caption : Hi,Take a look at http://forum...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24233&amp;title=grouped-row-caption#24233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 7535<br /><strong>Posted:</strong> 05 July 2007 at 4:57pm<br /><br />Hi,<br><br>Take a look at <a href="http://forum.codejock.com/forum_posts.asp?TID=4246" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=4246</a><br><br>As you can see there, the main suggestion is to handle _BeforeDrawRow event and add there a code like:<br><table width="99%"><tr><td><pre class="BBcode"><br>If Row.GroupRow Then<br>&nbsp;&nbsp;&nbsp; If Row.Childs.Count &gt; 1 Then<br>&nbsp;&nbsp;&nbsp; Metrics.Text = Row.GroupCaption + " (" + CStr(Row.Childs.Count) + ") documents"<br>&nbsp; Else<br>&nbsp; &nbsp;&nbsp;&nbsp; Metrics.Text = Row.GroupCaption + " Document"<br>&nbsp; End If<br>End If<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 05 Jul 2007 16:57:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24233&amp;title=grouped-row-caption#24233</guid>
  </item> 
  <item>
   <title><![CDATA[Grouped Row Caption : I am using report control v. 10.3....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24222&amp;title=grouped-row-caption#24222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2528">shagge22</a><br /><strong>Subject:</strong> 7535<br /><strong>Posted:</strong> 05 July 2007 at 2:33pm<br /><br />I am using report control v. 10.3. I have noticed that when I update the group caption, the updated text disappears when the populate event is called, why? I have been able to get around the issue, but is there an easy way to keep this from occurring? Here is the code that I am using to perform the group caption update...<br /><br />Dim sDoc As String<br />Dim rRow As ReportRow<br />Dim rGrp As ReportGroupRow<br /><br />For Each rRow In Rpt_List.Rows<br />&nbsp;&nbsp;&nbsp;&nbsp;If rRow.GroupRow Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set rGrp = rRow<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If rGrp.Childs.count = 1 Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sDoc = " Document"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sDoc = " Documents"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rGrp.GroupCaption = rGrp.GroupCaption + " (" +&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CStr(rGrp.Childs.count) + sDoc + ")"<br />&nbsp;&nbsp;&nbsp;&nbsp;End If<br />Next<br />Rpt_List.Redraw]]>
   </description>
   <pubDate>Thu, 05 Jul 2007 14:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7535&amp;PID=24222&amp;title=grouped-row-caption#24222</guid>
  </item> 
 </channel>
</rss>