<?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 : Sorted Property in ComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Sorted Property in ComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:49:13 +0000</pubDate>
  <lastBuildDate>Tue, 24 Mar 2009 10:32:38 +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=13295</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[Sorted Property in ComboBox :   oleg wrote:Hi,   yes, Sorted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47035&amp;title=sorted-property-in-combobox#47035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 13295<br /><strong>Posted:</strong> 24 March 2009 at 10:32am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi, <DIV>&nbsp;</DIV><DIV>yes, Sorted have to be set before you add items.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Oleg, try it ...</DIV><DIV>&nbsp;</DIV><DIV>wrong&nbsp;sort:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&nbsp;&nbsp;&nbsp; With ComboBox1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Sorted = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "C"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "A"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "B"<BR>&nbsp;&nbsp;&nbsp; End With<BR></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>correct sort:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV>&nbsp;&nbsp;&nbsp; With ComboBox1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Sorted = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableMarkup = False&nbsp;&nbsp; ' the magic wand !!!<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "C"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "A"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem "B"<BR>&nbsp;&nbsp;&nbsp; End With<BR></pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>simply a bug <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 24 Mar 2009 10:32:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47035&amp;title=sorted-property-in-combobox#47035</guid>
  </item> 
  <item>
   <title><![CDATA[Sorted Property in ComboBox : Hi,  yes, Sorted have to be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47026&amp;title=sorted-property-in-combobox#47026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13295<br /><strong>Posted:</strong> 24 March 2009 at 6:15am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>yes, Sorted have to be set before you add items.</DIV>]]>
   </description>
   <pubDate>Tue, 24 Mar 2009 06:15:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47026&amp;title=sorted-property-in-combobox#47026</guid>
  </item> 
  <item>
   <title><![CDATA[Sorted Property in ComboBox :   giro21k wrote:Good Days:   In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47018&amp;title=sorted-property-in-combobox#47018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 13295<br /><strong>Posted:</strong> 24 March 2009 at 4:14am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by giro21k" alt="Originally posted by giro21k" style="vertical-align: text-bottom;" /> <strong>giro21k wrote:</strong><br /><br />Good Days: <DIV>&nbsp;</DIV><DIV>In ComboBox if add items and activate sorted property dont sort.</DIV><DIV>&nbsp;</DIV><DIV>p.e.j.</DIV><DIV>&nbsp;</DIV><DIV>combo.additem "A"</DIV><DIV>combo.additem "Hola"</DIV><DIV>combo.additem "Archivo 4 &#091;Depen&#093;"</DIV><DIV>combo.sorted=true </DIV><DIV>&nbsp;</DIV><DIV>any idea</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>choose between:</DIV><DIV>&nbsp;</DIV><DIV>1) set sorted=true&nbsp;property at design time</DIV><DIV>&nbsp;</DIV><DIV>2) use&nbsp;code like this:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; ComboBox1.Sorted = True<BR>&nbsp;&nbsp;&nbsp;&nbsp; ComboBox1.EnableMarkup = False</DIV><DIV>&nbsp;</DIV><DIV>Both solution are <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0">&nbsp;but working.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 24 Mar 2009 04:14:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=47018&amp;title=sorted-property-in-combobox#47018</guid>
  </item> 
  <item>
   <title><![CDATA[Sorted Property in ComboBox : Good Days:  In ComboBox if add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=45033&amp;title=sorted-property-in-combobox#45033</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4322">giro21k</a><br /><strong>Subject:</strong> 13295<br /><strong>Posted:</strong> 30 January 2009 at 2:04pm<br /><br />Good Days:<DIV>&nbsp;</DIV><DIV>In ComboBox if add items and activate sorted property dont sort.</DIV><DIV>&nbsp;</DIV><DIV>p.e.j.</DIV><DIV>&nbsp;</DIV><DIV>combo.additem "A"</DIV><DIV>combo.additem "Hola"</DIV><DIV>combo.additem "Archivo 4 &#091;Depen&#093;"</DIV><DIV>combo.sorted=true </DIV><DIV>&nbsp;</DIV><DIV>any idea</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 30 Jan 2009 14:04:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13295&amp;PID=45033&amp;title=sorted-property-in-combobox#45033</guid>
  </item> 
 </channel>
</rss>