<?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 : Check if selected row do have parent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Check if selected row do have parent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 22:03:16 +0000</pubDate>
  <lastBuildDate>Wed, 16 May 2007 17:02:05 +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=7007</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[Check if selected row do have parent : Hi,Here is an example: Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7007&amp;PID=22956&amp;title=check-if-selected-row-do-have-parent#22956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 7007<br /><strong>Posted:</strong> 16 May 2007 at 5:02pm<br /><br />Hi,<br><br>Here is an example:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub wndReportControl_SelectionChanged()<br>&nbsp;&nbsp;&nbsp; If Not wndReportControl.SelectedRows(0).ParentRow Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print wndReportControl.SelectedRows(0).ParentRow.Record.Item(2).Value<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print "Nothing"<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 16 May 2007 17:02:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7007&amp;PID=22956&amp;title=check-if-selected-row-do-have-parent#22956</guid>
  </item> 
  <item>
   <title><![CDATA[Check if selected row do have parent : May I know how can I check if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7007&amp;PID=22422&amp;title=check-if-selected-row-do-have-parent#22422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1687">cybeh</a><br /><strong>Subject:</strong> 7007<br /><strong>Posted:</strong> 27 April 2007 at 7:33pm<br /><br />May I know how can I check if current selected row do have a parent row or not?<br><br>Thanks in advance.<br>]]>
   </description>
   <pubDate>Fri, 27 Apr 2007 19:33:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7007&amp;PID=22422&amp;title=check-if-selected-row-do-have-parent#22422</guid>
  </item> 
 </channel>
</rss>