<?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 : Adding child rows to parent row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Adding child rows to parent row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 11:58:28 +0000</pubDate>
  <lastBuildDate>Thu, 14 Dec 2006 14:10:45 +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=5665</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[Adding child rows to parent row : Look at Report VB Sample, frmTreeViewAdd...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5665&amp;PID=18224&amp;title=adding-child-rows-to-parent-row#18224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5665<br /><strong>Posted:</strong> 14 December 2006 at 2:10pm<br /><br />Look at Report VB Sample, <br>frmTreeView<br>&nbsp;<br>Add a following handler<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub wndReportControl_RowDblClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; AddReportRecord Item.Record, False, "DblClick Added", "RowDblClick", Now, 0, 0<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; wndReportControl.Populate<br>&nbsp;&nbsp;&nbsp; <br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Thu, 14 Dec 2006 14:10:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5665&amp;PID=18224&amp;title=adding-child-rows-to-parent-row#18224</guid>
  </item> 
  <item>
   <title><![CDATA[Adding child rows to parent row : I have filled the ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5665&amp;PID=17860&amp;title=adding-child-rows-to-parent-row#17860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 5665<br /><strong>Posted:</strong> 02 December 2006 at 12:24pm<br /><br />I have filled the ReportControl with a number of rows.<DIV>&nbsp;</DIV><DIV>Now i doubleclick on one, and want to add one or more childs to that row&nbsp;in the event 'RowDblClick'</DIV><DIV>&nbsp;</DIV><DIV>Can anybody give me a quick example for that in VB6?</DIV><DIV>&nbsp;</DIV><DIV>I know there's a demo of the Reportcontrol that does use this feature, but i can't figure it out.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 02 Dec 2006 12:24:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5665&amp;PID=17860&amp;title=adding-child-rows-to-parent-row#17860</guid>
  </item> 
 </channel>
</rss>