<?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 : CommandBarComboBox.Text problem in 9.80</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBarComboBox.Text problem in 9.80]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:22:57 +0000</pubDate>
  <lastBuildDate>Wed, 02 Nov 2005 16:02:00 +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=3104</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[CommandBarComboBox.Text problem in 9.80 : I never had to use CommandBars.FindControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9387&amp;title=commandbarcombobox-text-problem-in-9-80#9387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 02 November 2005 at 4:02pm<br /><br />I never had to use CommandBars.FindControl to do it before, but it works now.]]>
   </description>
   <pubDate>Wed, 02 Nov 2005 16:02:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9387&amp;title=commandbarcombobox-text-problem-in-9-80#9387</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : It is correct that commandbarcombobox.Text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9361&amp;title=commandbarcombobox-text-problem-in-9-80#9361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 31 October 2005 at 2:00am<br /><br /><P>It is correct that commandbarcombobox.Text = "bye" doesn't have any effect. </P><P>because it has no editable part.</P><P>you must use ListIndex to change text:</P><P>commandbarcombobox.ListIndex = 1</P><P>commandbarcombobox.ListIndex = commandbarcombobox.FindItem("bye")</P>]]>
   </description>
   <pubDate>Mon, 31 Oct 2005 02:00:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9361&amp;title=commandbarcombobox-text-problem-in-9-80#9361</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : oleg the Designer Bars have been...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9351&amp;title=commandbarcombobox-text-problem-in-9-80#9351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 30 October 2005 at 4:49pm<br /><br />oleg the Designer Bars have been saved with the combobox DropDownStyle set to DropDownList. Using FindControl does retrieve the control but commandbarcombobox.Text = "bye" doesn't have any effect.<br /><br />Looking at the commandbarcombobox object in Command5_Click() once the FindControl line executes, the .DropDownListStyle property is set to False. This should be set to True because the control in the DesignerBars has been set to DropDownListStyle.]]>
   </description>
   <pubDate>Sun, 30 Oct 2005 16:49:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9351&amp;title=commandbarcombobox-text-problem-in-9-80#9351</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : Instead  CommandBars1.DesignerControls.Find you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9331&amp;title=commandbarcombobox-text-problem-in-9-80#9331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 28 October 2005 at 6:43am<br /><br /><P>Instead </P><P>CommandBars1.DesignerControls.Find</P><P>you must use</P><P>CommandBars1.FindControl</P><P>And DropDownListStyle&nbsp;must be&nbsp;&nbsp;True to set text.<BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 28 Oct 2005 06:43:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9331&amp;title=commandbarcombobox-text-problem-in-9-80#9331</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : Actually I was able to reproduce...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9314&amp;title=commandbarcombobox-text-problem-in-9-80#9314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 27 October 2005 at 6:28pm<br /><br />Actually I was able to reproduce it. I discovered it is a problem when using designerbars.<br /><br /><a target="_blank" href="uploads/dajv/2005-10-27_182821_reproduce.zip" target="_blank">2005-10-27_182821_reproduce.zip</a>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 18:28:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9314&amp;title=commandbarcombobox-text-problem-in-9-80#9314</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : I just tried to reproduce it but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9313&amp;title=commandbarcombobox-text-problem-in-9-80#9313</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 27 October 2005 at 6:16pm<br /><br />I just tried to reproduce it but with no success. it a small project it works fine.<br /><br />I never had this error before. Why might method 'Text' of object 'ICommandBarComboBox' fail?]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 18:16:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9313&amp;title=commandbarcombobox-text-problem-in-9-80#9313</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : Sorry, we can&amp;#039;t reproduce...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9279&amp;title=commandbarcombobox-text-problem-in-9-80#9279</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 27 October 2005 at 8:02am<br /><br />Sorry, we can't reproduce it, please attach small sample.]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 08:02:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9279&amp;title=commandbarcombobox-text-problem-in-9-80#9279</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBarComboBox.Text problem in 9.80 : I get the error &amp;#034;Method &amp;#039;Text&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9258&amp;title=commandbarcombobox-text-problem-in-9-80#9258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=658">dajv</a><br /><strong>Subject:</strong> 3104<br /><strong>Posted:</strong> 27 October 2005 at 12:36am<br /><br />I get the error "Method 'Text' of object 'ICommandBarComboBox' failed" when I use CommandBarComboBox.Text.<br /><br />e.g. ComboControl.Text = ""<br /><br />I never had this problem with versions prior to 9.80. Is this a known problem? Let me know if you need me to reproduce it in a small app, but I haven't changed anything since it was working in a previous version.]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 00:36:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3104&amp;PID=9258&amp;title=commandbarcombobox-text-problem-in-9-80#9258</guid>
  </item> 
 </channel>
</rss>