<?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 : Problem on Treeview</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Problem on Treeview]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 13:09:58 +0000</pubDate>
  <lastBuildDate>Wed, 25 Aug 2010 04:27:30 +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=17153</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[Problem on Treeview : HiI have used Treeview Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17153&amp;PID=59898&amp;title=problem-on-treeview#59898</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6314">aryasoft2872</a><br /><strong>Subject:</strong> 17153<br /><strong>Posted:</strong> 25 August 2010 at 4:27am<br /><br />Hi<br><br>I have used Treeview Control (v13.4) in my program but i have some problems in making child nodes:<br><br>Dim intID As Integer<br>intID = 1<br>For i = 1 To Adodc.Recordset.RecordCount<br>&nbsp; tViwExp.Icons.LoadIcon App.Path &amp; "\Icons\" &amp; Adodc.Recordset.Fields("txtIcon") &amp; ".ico", intID, xtpImageNormal<br>&nbsp; If Adodc.Recordset.Fields("txtERoot") = "-" Then<br>&nbsp;&nbsp;&nbsp; tViwExp.Nodes.Add , , Adodc.Recordset.Fields("txtEName"), Adodc.Recordset.Fields("txtETitle"), intID<br>&nbsp; Else<br>&nbsp;&nbsp;&nbsp; tViwExp.Nodes.Add Adodc.Recordset.Fields("txtERoot"), xtpTreeViewChild, Adodc.Recordset.Fields("txtEName"), Adodc.Recordset.Fields("txtETitle"), intID<br>&nbsp; End If<br>&nbsp; intID = intID + 1<br>&nbsp; Adodc.Recordset.MoveNext<br>Next<br>tViwExp.Sorted = False<br><br>(it loads items from Database and my database have not any problem)<br>first pic : my table<br>sec pic : What this code shows to me<br><br><a href="uploads/20100825_042552_Pictures.rar" target="_blank">uploads/20100825_042552_Pictures.rar</a><br>]]>
   </description>
   <pubDate>Wed, 25 Aug 2010 04:27:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17153&amp;PID=59898&amp;title=problem-on-treeview#59898</guid>
  </item> 
 </channel>
</rss>