<?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 : Item Value Not Displaying</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Item Value Not Displaying]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 00:37:04 +0000</pubDate>
  <lastBuildDate>Thu, 30 Nov 2006 15:36:15 +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=4972</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[Item Value Not Displaying : Will this be added in 10.4? Seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=17813&amp;title=item-value-not-displaying#17813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 30 November 2006 at 3:36pm<br /><br />Will this be added in 10.4?&nbsp; Seems like it should be pretty easy to add and very useful for users.]]>
   </description>
   <pubDate>Thu, 30 Nov 2006 15:36:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=17813&amp;title=item-value-not-displaying#17813</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : So is there any way that this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15507&amp;title=item-value-not-displaying#15507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 06 September 2006 at 1:58pm<br /><br />So is there any way that this can be "fixed" in 10.3.1?&nbsp; It seems like common sense to have a combo act like the regular VB combobox with itemdata.&nbsp;]]>
   </description>
   <pubDate>Wed, 06 Sep 2006 13:58:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15507&amp;title=item-value-not-displaying#15507</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : Ok, agree with you. This is what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15506&amp;title=item-value-not-displaying#15506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 06 September 2006 at 1:29pm<br /><br />Ok, agree with you. This is what sample wanted to show -- strictly organized constraints array.<br><br>Looks like in your case you'll have whether to iterate all constraints to find a required one, or to have an additional map to constraints index...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 06 Sep 2006 13:29:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15506&amp;title=item-value-not-displaying#15506</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : Ok, we&amp;#039;re getting there....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15481&amp;title=item-value-not-displaying#15481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 5:05pm<br /><br />Ok, we're getting there.&nbsp; I had to set .Constraint.Edit = True and then manually set the caption for each row but that part works.<br><br>However, the task example does return what you would expect but only because the data values happen to be the same as the order that they were placed in the combo.&nbsp; Try switching the first 2 items:<br><br>&nbsp;&nbsp;&nbsp; Column.EditOptions.Constraints.Add "In Progress", taskStatusInProgress<br>&nbsp;&nbsp;&nbsp; Column.EditOptions.Constraints.Add "Not Started", taskStatusNotStarted<br><br>Then when you check the value and caption using:<br><br>MsgBox "Value: " &amp; Item.Value &amp; " Caption: " &amp; Column.EditOptions.Constraints(Item.Value).Caption<br><br>in the valuechanged event, the first to items will return incorrect captions.<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 17:05:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15481&amp;title=item-value-not-displaying#15481</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : Ok, it could depend on initializing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15480&amp;title=item-value-not-displaying#15480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 4:29pm<br /><br />Ok, it could depend on initializing editing options of the Column or Item.<br><br>For me it works fine for example in ReportSample / Task List form / ValueChanged handler / Status Column.<br><br>What is your initialization code?<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 16:29:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15480&amp;title=item-value-not-displaying#15480</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : Nope. Item.Value is returning...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15478&amp;title=item-value-not-displaying#15478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 4:03pm<br /><br />Nope.&nbsp; Item.Value is returning "Employee Name 2" (if I click on that item).&nbsp; So if I use Item.Value in Column.EditOptions.Constraints(Item.Value).Caption then I get a type mismatch.]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 16:03:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15478&amp;title=item-value-not-displaying#15478</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : For sure you know an id if the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15477&amp;title=item-value-not-displaying#15477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 3:59pm<br /><br />For sure you know an id if the constraint: it is <b>Item.Value</b><br>So far to check this yuou can use something like:<br>MsgBox Column.EditOptions.Constraints(Item.Value).Caption<br><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 15:59:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15477&amp;title=item-value-not-displaying#15477</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : So how do I know that the user...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15473&amp;title=item-value-not-displaying#15473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 3:43pm<br /><br />So how do I know that the user clicked on the first item?&nbsp; I need to return the value and caption of the item that the user clicks on in the combo.]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 15:43:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15473&amp;title=item-value-not-displaying#15473</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : How about Column.EditOptions.Constraints(1).Caption...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15472&amp;title=item-value-not-displaying#15472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 3:39pm<br /><br />How about <b>Column.EditOptions.Constraints(1).Caption</b> ?<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 15:39:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15472&amp;title=item-value-not-displaying#15472</guid>
  </item> 
  <item>
   <title><![CDATA[Item Value Not Displaying : Ok, I figured it out using Column.EditOptions.However,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15471&amp;title=item-value-not-displaying#15471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 4972<br /><strong>Posted:</strong> 05 September 2006 at 3:31pm<br /><br />Ok, I figured it out using Column.EditOptions.<br><br>However, if I add a constraint to the column such as:<br><br>Column.EditOptions.Constraints.Add "Employee Name 1", 1<br>Column.EditOptions.Constraints.Add "Employee Name 2", 2<br><br>How do I get to the data value?&nbsp; If I use the ValueChanged event to display the caption and value it is returning "Employee Name 2" as the value and empty string as the caption.&nbsp; I expected it to return 2 as the value and "Employee Name 2" as the caption.<br><br>I must be missing something.<br><br>Help!<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 05 Sep 2006 15:31:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4972&amp;PID=15471&amp;title=item-value-not-displaying#15471</guid>
  </item> 
 </channel>
</rss>