<?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 : Using CommandBarEdit in a popup</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Using CommandBarEdit in a popup]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 10:00:18 +0000</pubDate>
  <lastBuildDate>Thu, 21 Dec 2006 00:52:50 +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=5856</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[Using CommandBarEdit in a popup : Try  popup.FindControl.   ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5856&amp;PID=18437&amp;title=using-commandbaredit-in-a-popup#18437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5856<br /><strong>Posted:</strong> 21 December 2006 at 12:52am<br /><br />Try<DIV></DIV><DIV></DIV>popup.FindControl.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 21 Dec 2006 00:52:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5856&amp;PID=18437&amp;title=using-commandbaredit-in-a-popup#18437</guid>
  </item> 
  <item>
   <title><![CDATA[Using CommandBarEdit in a popup : Hi guys!How can i do this:I want...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5856&amp;PID=18426&amp;title=using-commandbaredit-in-a-popup#18426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1951">cmaxmedia</a><br /><strong>Subject:</strong> 5856<br /><strong>Posted:</strong> 20 December 2006 at 4:37pm<br /><br />Hi guys!<br><br>How can i do this:<br>I want to create a popup menu, when the user clicks the right mouse into a reportcontrol. in this report control i want to have a CommandBarEdit where the user can input his search string. by pressing enter the report control should filter by the user text.<br><br>why is this post in the commandbars-active-x?<br><br>I have already created a popup menu which contains textbox. how can i get the text the user want to search for?<br><br>i am using following code to build the Popup:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim popup As CommandBar<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim Control As CommandBarControl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set popup = CommandBars.Add("Popup", xtpBarPopup)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With popup.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add xtpControlButton, 1000, "Menu1"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlEdit, 1001, "Input Your Query: ")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; popup.ShowPopup<br></pre></td></tr></table><br><br>the get the value, i have tried as follows:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim ac As CommandBarEdit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ac = Me.CommandBars.FindControl(, 1001)&nbsp;&nbsp;&nbsp; 'This doesnt works?<br><br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 20 Dec 2006 16:37:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5856&amp;PID=18426&amp;title=using-commandbaredit-in-a-popup#18426</guid>
  </item> 
 </channel>
</rss>