<?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 : Identifying a GroupRow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Identifying a GroupRow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 04:28:29 +0000</pubDate>
  <lastBuildDate>Tue, 02 Mar 2010 09:05:47 +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=16310</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[Identifying a GroupRow : Thanks Aaron,  Yes that helps....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57265&amp;title=identifying-a-grouprow#57265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 02 March 2010 at 9:05am<br /><br />Thanks Aaron,<DIV>&nbsp;</DIV><DIV>Yes that helps. The first column I add to the GroupsOrder can be identified as RowTreelevel=0, the second =1 and so on!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 09:05:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57265&amp;title=identifying-a-grouprow#57265</guid>
  </item> 
  <item>
   <title><![CDATA[Identifying a GroupRow : Hi,  I think Fabian means something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57247&amp;title=identifying-a-grouprow#57247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 01 March 2010 at 4:04pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I think Fabian means something else. Get the column of the grouprow when rightclicking grouprow</DIV><DIV>&nbsp;</DIV><DIV>Maybe something like this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim xtremeReportRow As XtremeReportControl.ReportGroupRow<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set xtremeReportRow = Me.wndReportControl.HitTest(X, Y).Row<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If xtremeReportRow.GroupRow Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox Me.wndReportControl.GroupsOrder(xtremeReportRow.Childs(0).RowTreeLevel - 1).ItemIndex<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 16:04:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57247&amp;title=identifying-a-grouprow#57247</guid>
  </item> 
  <item>
   <title><![CDATA[Identifying a GroupRow : SO you mean just right-clicking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57237&amp;title=identifying-a-grouprow#57237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 01 March 2010 at 1:33pm<br /><br />SO you mean just right-clicking a row?&nbsp; Hittest will return a row and you can test with GroupRow property...the report sample show this too :)]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 13:33:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57237&amp;title=identifying-a-grouprow#57237</guid>
  </item> 
  <item>
   <title><![CDATA[Identifying a GroupRow : Hi SuperMario  Shure, it indicates...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57233&amp;title=identifying-a-grouprow#57233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 01 March 2010 at 11:13am<br /><br />Hi SuperMario<DIV>&nbsp;</DIV><DIV>Shure, it indicates a group row in general. But how could I check for the column that creates the group row (e.g. for differentiate the behaviour of right&nbsp;mouse clicks)?</DIV>]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 11:13:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57233&amp;title=identifying-a-grouprow#57233</guid>
  </item> 
  <item>
   <title><![CDATA[Identifying a GroupRow : Rows have a GroupRow property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57208&amp;title=identifying-a-grouprow#57208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 28 February 2010 at 1:26pm<br /><br />Rows have a GroupRow property you can check.]]>
   </description>
   <pubDate>Sun, 28 Feb 2010 13:26:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57208&amp;title=identifying-a-grouprow#57208</guid>
  </item> 
  <item>
   <title><![CDATA[Identifying a GroupRow : Hello all,  Does anybody have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57204&amp;title=identifying-a-grouprow#57204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 16310<br /><strong>Posted:</strong> 28 February 2010 at 11:06am<br /><br />Hello all,<DIV>&nbsp;</DIV><DIV>Does anybody have a method to identify a grouprow. This rows have no record attached and in events 'item' is Nothing. I need some possibility to identify a grouprow e.g. to decide which one was clicked on.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance for any idea</DIV><DIV>&nbsp;</DIV><DIV>System: VB6/SP6 Suite version 13.2</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 28 Feb 2010 11:06:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16310&amp;PID=57204&amp;title=identifying-a-grouprow#57204</guid>
  </item> 
 </channel>
</rss>