<?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 modify the combobutton in Report Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to modify the combobutton in Report Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:11:24 +0000</pubDate>
  <lastBuildDate>Sun, 25 Jun 2006 17:10:05 +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=4439</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 modify the combobutton in Report Control : Hi Eder,1) Standard Report control&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4439&amp;PID=13827&amp;title=how-to-modify-the-combobutton-in-report-control#13827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4439<br /><strong>Posted:</strong> 25 June 2006 at 5:10pm<br /><br />Hi Eder,<br><br>1) Standard Report control's behavior doesn't includes autocomplete for now. But you can customize it by using _InplaceButtonDown handler. Please look ReportSample / TaskList sample / column DueDate editing. As you can see, it calls whether Show_XTPDatePicker or Show_MFCDatePicker depending on registered components. If you do have any combobox with advanced autocomplete functionality, just call it there.<br><br>2) Not available now, will add for future versions. Currently only as you described.<br><br>3) You can handle _DrawItem event and draw a custom button for every required item.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 25 Jun 2006 17:10:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4439&amp;PID=13827&amp;title=how-to-modify-the-combobutton-in-report-control#13827</guid>
  </item> 
  <item>
   <title><![CDATA[How to modify the combobutton in Report Control : Hi @ll,   How can i modify the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4439&amp;PID=13721&amp;title=how-to-modify-the-combobutton-in-report-control#13721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1951">cmaxmedia</a><br /><strong>Subject:</strong> 4439<br /><strong>Posted:</strong> 20 June 2006 at 4:59am<br /><br /><P>Hi @ll, </P><DIV>&nbsp;</DIV><DIV>How can i modify the Dropdown list in the report control? i'm searching for the following features:</DIV><DIV>&nbsp;</DIV><DIV>1) Autocomplete</DIV><DIV>2) Tag Property for the items. I don't wanna use a external var like </DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>dim ItemTag(1 to 10)</DIV><DIV></pre></td></tr></table>...</DIV><DIV>&nbsp;</DIV><DIV>3) Button should be displayed by focus the Recorditem not at doubleclick the Recorditem as default</DIV><DIV>&nbsp;</DIV><DIV>At the moment i'm using this code:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>Column.EditOptions.AddComboButton<BR>Column.EditOptions.Constraints.Add "Comboitem", 1</DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>a prefered solution would be</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>Dim Combobox as XTremeComboBox</DIV><DIV>ComboBox.Autocomplete=True</DIV><DIV>ComboBox.Items.Add "ComboItem", 1</DIV><DIV>ComboBox.Items(1).Tag="ComboTag1"</DIV><DIV></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Is this possible? if not, does anyone have an acceptable workaround?</DIV><DIV>&nbsp;</DIV><DIV>kind regards</DIV><DIV>Eder Markus</DIV><DIV>&nbsp;</DIV><DIV>ps: sorry for my english</DIV>]]>
   </description>
   <pubDate>Tue, 20 Jun 2006 04:59:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4439&amp;PID=13721&amp;title=how-to-modify-the-combobutton-in-report-control#13721</guid>
  </item> 
 </channel>
</rss>