<?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 : Select a specific item in TreeView mode?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Select a specific item in TreeView mode?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:07:35 +0000</pubDate>
  <lastBuildDate>Tue, 27 Jun 2006 15:32:07 +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=4460</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[Select a specific item in TreeView mode? : Serge,  Thanks for the response...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13871&amp;title=select-a-specific-item-in-treeview-mode#13871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1989">RobinG</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 27 June 2006 at 3:32pm<br /><br />Serge,<DIV>&nbsp;</DIV><DIV>Thanks for the response - I figured it must be possible but all my attempts had failed so far. I will try again.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Robin.</DIV>]]>
   </description>
   <pubDate>Tue, 27 Jun 2006 15:32:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13871&amp;title=select-a-specific-item-in-treeview-mode#13871</guid>
  </item> 
  <item>
   <title><![CDATA[Select a specific item in TreeView mode? : Hi Robin,That would be quite straighforward,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13826&amp;title=select-a-specific-item-in-treeview-mode#13826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 25 June 2006 at 5:00pm<br /><br />Hi Robin,<br><br>That would be quite straighforward, and it could also work with 9.81:<br><table width="99%"><tr><td><pre class="BBcode"><br>' expand all rows<br>Dim pRow As ReportRow<br>For Each pRow In wndReportControl.Rows<br>&nbsp;&nbsp;&nbsp; pRow.Expanded = True<br>Next<br>' select 7th row<br>wndReportControl.Rows(6).Selected = True<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 25 Jun 2006 17:00:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13826&amp;title=select-a-specific-item-in-treeview-mode#13826</guid>
  </item> 
  <item>
   <title><![CDATA[Select a specific item in TreeView mode? : Hi,  After populating the report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13781&amp;title=select-a-specific-item-in-treeview-mode#13781</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1989">RobinG</a><br /><strong>Subject:</strong> 4460<br /><strong>Posted:</strong> 22 June 2006 at 4:56am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>After populating the report control so that it looks like a tree view, it is possible to programaticailly select an item?</DIV><DIV>&nbsp;</DIV><DIV>I have tried a few things with no luck - maybe somebody here knows the secret?</DIV><DIV>&nbsp;</DIV><DIV>I'm still using 9.81 version, so if you look at the Report Control Sample /&nbsp;Tree View Sample Dialog which it ships with, how could I:</DIV><DIV>&nbsp;</DIV><DIV>1) Make the 7th item from the top selected? (expand all the node, it reads Re: ,&nbsp;Brue Wayne, 17/06/2004, 23, $8.76)</DIV><DIV>2) Automatically expand the treeview so the item is visible? </DIV><DIV>&nbsp;</DIV><DIV>Would the current version of the control make my life easier?</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Robin</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 04:56:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4460&amp;PID=13781&amp;title=select-a-specific-item-in-treeview-mode#13781</guid>
  </item> 
 </channel>
</rss>