<?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 : Iterating thru controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Iterating thru controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:27:48 +0000</pubDate>
  <lastBuildDate>Mon, 11 Dec 2006 12:53:44 +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=5738</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[Iterating thru controls : Thanks! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18086&amp;title=iterating-thru-controls#18086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5738<br /><strong>Posted:</strong> 11 December 2006 at 12:53pm<br /><br />Thanks!]]>
   </description>
   <pubDate>Mon, 11 Dec 2006 12:53:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18086&amp;title=iterating-thru-controls#18086</guid>
  </item> 
  <item>
   <title><![CDATA[Iterating thru controls : Hi, to see CommandBar property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18058&amp;title=iterating-thru-controls#18058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5738<br /><strong>Posted:</strong> 11 December 2006 at 12:44am<br /><br />Hi,<DIV>to see CommandBar property in IDE you have to declare Cntrl&nbsp; as CommandBarPopup. (because type is xtpControlButtonPopup)</DIV>]]>
   </description>
   <pubDate>Mon, 11 Dec 2006 00:44:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18058&amp;title=iterating-thru-controls#18058</guid>
  </item> 
  <item>
   <title><![CDATA[Iterating thru controls : That property does not exist for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18056&amp;title=iterating-thru-controls#18056</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5738<br /><strong>Posted:</strong> 10 December 2006 at 7:14pm<br /><br />That property does not exist for me. I have Cntrl.Controls but no Cntrl.CommandBar.Controls.<DIV>&nbsp;</DIV><DIV>My code is:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Cntrl = DGT2.CommndBars.FindControl(, ID_TOOLBAR_FILTER)<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp; For Each c In Cntrl.Controls<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c.Checked = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Next c<BR></DIV><DIV>Like I stated, Cntrl is a button on a CommandBar with child buttons. See original post.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 19:14:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18056&amp;title=iterating-thru-controls#18056</guid>
  </item> 
  <item>
   <title><![CDATA[Iterating thru controls : hi, Cntrl.CommandBar.Controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18050&amp;title=iterating-thru-controls#18050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5738<br /><strong>Posted:</strong> 10 December 2006 at 2:29pm<br /><br />hi,<DIV>Cntrl.<strong>CommandBar</strong>.Controls</DIV>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 14:29:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18050&amp;title=iterating-thru-controls#18050</guid>
  </item> 
  <item>
   <title><![CDATA[Iterating thru controls : I have a command bar that contains...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18044&amp;title=iterating-thru-controls#18044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 5738<br /><strong>Posted:</strong> 10 December 2006 at 12:35pm<br /><br />I have a command bar that contains a CommandBarControl of the type xtpControlButtonPopup. This CommandBarControl&nbsp;has four&nbsp;child&nbsp;controls. I'm attempting to iterate through these child controls so I can set each one's checked property to false:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Set Cntrl = DGT2.CommndBars.FindControl(, ID_TOOLBAR_FILTER)<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; For Each c In Cntrl.Controls<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c.Checked = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Next c<BR></DIV><DIV>This doesn't work. The control c is simply a sister control of Cntrl and not the child control I was attempting to get at. How would one iterate through the child controls of Cntrl?</DIV>]]>
   </description>
   <pubDate>Sun, 10 Dec 2006 12:35:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5738&amp;PID=18044&amp;title=iterating-thru-controls#18044</guid>
  </item> 
 </channel>
</rss>