<?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 : Bug on ComboBox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Bug on ComboBox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:37:41 +0000</pubDate>
  <lastBuildDate>Mon, 08 Jul 2013 01:11: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=21714</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[Bug on ComboBox :  Yes, i understand but why it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71325&amp;title=bug-on-combobox#71325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 08 July 2013 at 1:11am<br /><br />Yes, i understand but why it work if you use the itemdata property of combox.<div> i think it would be good to have the same issue with the 3rd parameters of additem, no ?</div><div>&nbsp;</div><div>Eric</div>]]>
   </description>
   <pubDate>Mon, 08 Jul 2013 01:11:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71325&amp;title=bug-on-combobox#71325</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox : fields!id returns object, you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71323&amp;title=bug-on-combobox#71323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 07 July 2013 at 1:33pm<br /><br /><span style=": rgb248, 248, 252;">fields!id returns object, you shouldn't store there a temporary object</span>]]>
   </description>
   <pubDate>Sun, 07 Jul 2013 13:33:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71323&amp;title=bug-on-combobox#71323</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox :  uploads/8106/TestCombo.zipHere...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71297&amp;title=bug-on-combobox#71297</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 04 July 2013 at 1:44am<br /><br /><a href="uploads/8106/TestCombo.zip" target="_blank" rel="nofollow">uploads/8106/TestCombo.zip</a><div></div><div></div>Here we are..... Test and check...<div>Thanks.</div><div>&nbsp;</div><div>Eric</div>]]>
   </description>
   <pubDate>Thu, 04 Jul 2013 01:44:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71297&amp;title=bug-on-combobox#71297</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox : Please provide a sample VB demo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71268&amp;title=bug-on-combobox#71268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 01 July 2013 at 8:52am<br /><br /><span style=": rgb248, 248, 252;">Please provide a sample VB demo project illustrating your issue, thanks</span>]]>
   </description>
   <pubDate>Mon, 01 Jul 2013 08:52:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71268&amp;title=bug-on-combobox#71268</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox :  well, it works BUT i&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71235&amp;title=bug-on-combobox#71235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 27 June 2013 at 9:34am<br /><br /><div>well, it works BUT i'm just coming to see than if you put a Field value (obj.fields!anyfield_id ), you have the error. You need to put val(obj.fields!anyfield_id) if you want to use .....I don't know why :</div><div>&nbsp;</div><div>Form1.combobox1.additem Value,,.fields!id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt; Don't work when you want to read the item data</div><div>Form1.combobox1.additem Value,,val(.fields!id)&nbsp;&nbsp; --&gt; Work !!</div><div>&nbsp;</div><div>Any idea ?</div><div>&nbsp;</div><div>Eric</div><div>&nbsp;</div><div>Sorry for my very bad English.....</div>]]>
   </description>
   <pubDate>Thu, 27 Jun 2013 09:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71235&amp;title=bug-on-combobox#71235</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox : Please provide a sample demo project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71234&amp;title=bug-on-combobox#71234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7464">ilya</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 27 June 2013 at 9:00am<br /><br />Please provide a sample demo project illustrating your issue]]>
   </description>
   <pubDate>Thu, 27 Jun 2013 09:00:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71234&amp;title=bug-on-combobox#71234</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox :  Did you see same thing ? if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71144&amp;title=bug-on-combobox#71144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 19 June 2013 at 2:55am<br /><br />Did you see same thing ? if not, is it necessary to change a property value of this element ? may somebody can help me ? thanks in advance..<div>Eric</div>]]>
   </description>
   <pubDate>Wed, 19 Jun 2013 02:55:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71144&amp;title=bug-on-combobox#71144</guid>
  </item> 
  <item>
   <title><![CDATA[Bug on ComboBox :  Hi,comboBox.Additem method seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71116&amp;title=bug-on-combobox#71116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8106">efi27</a><br /><strong>Subject:</strong> 21714<br /><strong>Posted:</strong> 18 June 2013 at 5:05am<br /><br />Hi,<div>comboBox.Additem method seems to have a bug when you try to put value on the third parameters of this method (itemData)( ex. : combobox1.additem "Blabla",,1</div><div>It work until you live your function. As soon as you want to use, VB6 display an error message N° 3420 (Object is not valid)</div><div>It seems do not record the value. If you try to use then property itemdata, it's work (combobox.itemData=1)</div><div>&nbsp;</div><div>Eric</div>]]>
   </description>
   <pubDate>Tue, 18 Jun 2013 05:05:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21714&amp;PID=71116&amp;title=bug-on-combobox#71116</guid>
  </item> 
 </channel>
</rss>