<?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 : HeaderRecord doubleclick</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : HeaderRecord doubleclick]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 17:14:26 +0000</pubDate>
  <lastBuildDate>Thu, 15 Sep 2011 23:45:35 +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=18859</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[HeaderRecord doubleclick : Hi,  added for next release:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66319&amp;title=headerrecord-doubleclick#66319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 18859<br /><strong>Posted:</strong> 15 September 2011 at 11:45pm<br /><br />Hi,<br><br>added for next release: <b>Row.Section.Index</b>.<br><br>You can use the following constants for the index:<br><br><i>xtpReportSectionHeader<br>xtpReportSectionBody<br>xtpReportSectionFooter<br></i><br>Andre<br><br>]]>
   </description>
   <pubDate>Thu, 15 Sep 2011 23:45:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66319&amp;title=headerrecord-doubleclick#66319</guid>
  </item> 
  <item>
   <title><![CDATA[HeaderRecord doubleclick :   You doubleclick on an item...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66038&amp;title=headerrecord-doubleclick#66038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 18859<br /><strong>Posted:</strong> 25 August 2011 at 2:12am<br /><br /><DIV><img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;<DIV>You doubleclick on an item which belongs to a row. And the row has a record. That means you don't have to check the item. But i'm struggling with these definitions too so I can't say for 100% sure. Also If you use a treestructure you have to search for the child nodes of the&nbsp;headerrecords&nbsp;recursively.</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 25 Aug 2011 02:12:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66038&amp;title=headerrecord-doubleclick#66038</guid>
  </item> 
  <item>
   <title><![CDATA[HeaderRecord doubleclick :    Dank je wel, Willowmasterbut...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66010&amp;title=headerrecord-doubleclick#66010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18859<br /><strong>Posted:</strong> 24 August 2011 at 7:55am<br /><br /><span>Dank je wel, Willowmaster<div>&nbsp;</div>but if you loop all HeaderRecords, you dont have to check if the Item is a HeaderRecord ?<div></div><div></div></span><div>&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 24 Aug 2011 07:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66010&amp;title=headerrecord-doubleclick#66010</guid>
  </item> 
  <item>
   <title><![CDATA[HeaderRecord doubleclick : Something like this?: Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66009&amp;title=headerrecord-doubleclick#66009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 18859<br /><strong>Posted:</strong> 24 August 2011 at 6:46am<br /><br />Something like this?:<P>Private Sub ReportControl1_RowDblClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<BR>Dim blnFound As Boolean<BR>Dim objHeaderRecord As XtremeReportControl.ReportRecord<BR>&nbsp;&nbsp;&nbsp; For Each objHeaderRecord In ReportControl1.HeaderRecords<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.Record Is objHeaderRecord Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; blnFound = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit For<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Next<BR>&nbsp;&nbsp;&nbsp; If blnFound Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Do stuff.<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</P>]]>
   </description>
   <pubDate>Wed, 24 Aug 2011 06:46:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66009&amp;title=headerrecord-doubleclick#66009</guid>
  </item> 
  <item>
   <title><![CDATA[HeaderRecord doubleclick :   How it is possible to find...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66008&amp;title=headerrecord-doubleclick#66008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 18859<br /><strong>Posted:</strong> 24 August 2011 at 5:57am<br /><br />How it is possible to find out, if a ReportRecordItem ist from the HeaderRecors or from the normal Recors, if i doubleclick on it? <img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Wed, 24 Aug 2011 05:57:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18859&amp;PID=66008&amp;title=headerrecord-doubleclick#66008</guid>
  </item> 
 </channel>
</rss>