<?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 : Missing combobox.newIndex</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Missing combobox.newIndex]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 13:46:10 +0000</pubDate>
  <lastBuildDate>Thu, 26 Apr 2007 06:40:44 +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=6980</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[Missing combobox.newIndex : Thanks,   Indeed :(  NewIndex...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22348&amp;title=missing-combobox-newindex#22348</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6980<br /><strong>Posted:</strong> 26 April 2007 at 6:40am<br /><br /><DIV>Thanks, </DIV><DIV>&nbsp;</DIV><DIV>Indeed :(</DIV><DIV>&nbsp;</DIV><DIV>NewIndex property added.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 06:40:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22348&amp;title=missing-combobox-newindex#22348</guid>
  </item> 
  <item>
   <title><![CDATA[Missing combobox.newIndex : I&amp;#039;ve got the same problem.The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22336&amp;title=missing-combobox-newindex#22336</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 6980<br /><strong>Posted:</strong> 26 April 2007 at 4:33am<br /><br />I've got the same problem.<br>The solution suggested by Oleg is not working for me, since the AddItem is a Sub and not a Function: I get a "type mismatch" error when I try to use:<br><br>Instead, I solved this with the following code:<br><br>cmbFolder.AddItem "This"<br>cmbFolder.ItemData(cmbFolder.ListCount - 1) = -1<br><br>Anyhow, adding .NewIndex ot the CodeJock combo would be better, since it would let this to be compatible with the standard combo.<br>Thanks<br>Marco<br><br>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 04:33:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22336&amp;title=missing-combobox-newindex#22336</guid>
  </item> 
  <item>
   <title><![CDATA[Missing combobox.newIndex : Please change it to  Dim Index...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22330&amp;title=missing-combobox-newindex#22330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6980<br /><strong>Posted:</strong> 26 April 2007 at 12:36am<br /><br />Please change it to<DIV>&nbsp;</DIV><DIV>Dim Index as Long</DIV><DIV>Index = cboTest.AddItem ("ABC")<BR>cboTest.ItemData(Index) = "1"<BR></DIV>]]>
   </description>
   <pubDate>Thu, 26 Apr 2007 00:36:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22330&amp;title=missing-combobox-newindex#22330</guid>
  </item> 
  <item>
   <title><![CDATA[Missing combobox.newIndex : Hi,I use to do this in my code cboTest.AddItem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22327&amp;title=missing-combobox-newindex#22327</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1687">cybeh</a><br /><strong>Subject:</strong> 6980<br /><strong>Posted:</strong> 25 April 2007 at 10:14pm<br /><br />Hi,<br><br>I use to do this in my code<br><br><table width="99%"><tr><td><pre class="BBcode"><br>cboTest.AddItem "ABC"<br>cboTest.ItemData(cboTest.NewIndex) = "1"<br></pre></td></tr></table><br><br>but, seems like i can't find the NewIndex in the codejock combobox.<br><br>Thanks.<br><br>]]>
   </description>
   <pubDate>Wed, 25 Apr 2007 22:14:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6980&amp;PID=22327&amp;title=missing-combobox-newindex#22327</guid>
  </item> 
 </channel>
</rss>