<?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 : How to get CommandBarEdit Text?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to get CommandBarEdit Text?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 02:16:51 +0000</pubDate>
  <lastBuildDate>Tue, 11 Dec 2007 08:28:01 +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=7920</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[How to get CommandBarEdit Text? : Figured out that if i change the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29333&amp;title=how-to-get-commandbaredit-text#29333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 7920<br /><strong>Posted:</strong> 11 December 2007 at 8:28am<br /><br />Figured out that if i change the above to<br><br>   Case ID_FGENERATOR_GEN<br>Dim cbEditBox As CommandBarEdit<br>Set cbEditBox = CommandBars.FindControl(,ID_FGENERATOR_EDIT)<br>cbEditBox.Text = 50<br><br>it works fine.<br>]]>
   </description>
   <pubDate>Tue, 11 Dec 2007 08:28:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29333&amp;title=how-to-get-commandbaredit-text#29333</guid>
  </item> 
  <item>
   <title><![CDATA[How to get CommandBarEdit Text? : ID_FGENERATOR_GEN &amp;lt;&amp;gt; .Fi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29330&amp;title=how-to-get-commandbaredit-text#29330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 7920<br /><strong>Posted:</strong> 11 December 2007 at 8:16am<br /><br />ID_FGENERATOR_GEN &lt;&gt; .FindControl(ID_FGENERATOR_EDIT)<BR>]]>
   </description>
   <pubDate>Tue, 11 Dec 2007 08:16:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29330&amp;title=how-to-get-commandbaredit-text#29330</guid>
  </item> 
  <item>
   <title><![CDATA[How to get CommandBarEdit Text? : Case ID_FGENERATOR_GENDim cbEditBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29291&amp;title=how-to-get-commandbaredit-text#29291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 7920<br /><strong>Posted:</strong> 09 December 2007 at 10:58am<br /><br />Case ID_FGENERATOR_GEN<br>Dim cbEditBox As CommandBarEdit<br>Set cbEditBox = CommandBars.FindControl(ID_FGENERATOR_EDIT)<br>cbEditBox.Text = 50<br><br><br>and it does absolutely nothing.. Any ideas ?<br>]]>
   </description>
   <pubDate>Sun, 09 Dec 2007 10:58:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=29291&amp;title=how-to-get-commandbaredit-text#29291</guid>
  </item> 
  <item>
   <title><![CDATA[How to get CommandBarEdit Text? : Hi, When you use Findcontrol...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=25511&amp;title=how-to-get-commandbaredit-text#25511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7920<br /><strong>Posted:</strong> 03 September 2007 at 7:29am<br /><br />Hi,<DIV>When you use Findcontrol also&nbsp;declate CommandBarEdit type:</DIV><DIV>&nbsp;</DIV>Dim cbEditBox As CommandBarEdit <DIV>Set cbEditBox&nbsp; = .FindControl(...)</DIV><DIV>cbEditBox&nbsp;.Text = ...</DIV>]]>
   </description>
   <pubDate>Mon, 03 Sep 2007 07:29:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=25511&amp;title=how-to-get-commandbaredit-text#25511</guid>
  </item> 
  <item>
   <title><![CDATA[How to get CommandBarEdit Text? : Ina Sub, I declare a local variable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=25470&amp;title=how-to-get-commandbaredit-text#25470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3128">Bernie</a><br /><strong>Subject:</strong> 7920<br /><strong>Posted:</strong> 02 September 2007 at 9:58am<br /><br />In&nbsp;a Sub, I declare a local variable : Dim cbEditBox As CommandBarEdit<DIV>&nbsp;</DIV><DIV>Then I created a TextBox:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set cbEditBox = .Add(xtpControlEdit, 60026, "Quality")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbEditBox.ShowSpinButtons = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbEditBox.Text = 10<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cbEditBox.Width = 120</DIV><DIV>&nbsp;</DIV><DIV>My question is,</DIV><DIV>how can I get the Text value of the TextBox in somewhere else?</DIV><DIV>&nbsp;</DIV><DIV>I tried .Findcontrol(,60026) but there's no Text property.</DIV>]]>
   </description>
   <pubDate>Sun, 02 Sep 2007 09:58:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7920&amp;PID=25470&amp;title=how-to-get-commandbaredit-text#25470</guid>
  </item> 
 </channel>
</rss>