<?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 : Adding combo boxes to items in the report</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Adding combo boxes to items in the report]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 13:40:13 +0000</pubDate>
  <lastBuildDate>Thu, 31 Aug 2006 18:18:20 +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=4916</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[Adding combo boxes to items in the report : I found out that the value was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15391&amp;title=adding-combo-boxes-to-items-in-the-report#15391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2289">ryan4isu</a><br /><strong>Subject:</strong> 4916<br /><strong>Posted:</strong> 31 August 2006 at 6:18pm<br /><br />I found out that the value was changing but the caption wasn't.&nbsp; Thanks again for your help.]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 18:18:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15391&amp;title=adding-combo-boxes-to-items-in-the-report#15391</guid>
  </item> 
  <item>
   <title><![CDATA[Adding combo boxes to items in the report : Text should change correctly,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15382&amp;title=adding-combo-boxes-to-items-in-the-report#15382</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4916<br /><strong>Posted:</strong> 31 August 2006 at 3:27pm<br /><br />Text should change correctly, looks like the problem somewhere in your code. There should be something like:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Item.CreateEditOptions<br>&nbsp;&nbsp;&nbsp; Item.EditOptions.Constraints.Add "blablabla", someValue<br>&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; Item.EditOptions.ConstraintEdit = True<br>&nbsp;&nbsp;&nbsp; Item.EditOptions.AddComboButton<br></pre></td></tr></table><br><br>Look at ValueChanged event. <br><br>In general, look at standard ReportSample application, TaskList form (menu Test / Task List sample). It shows how to handle all those things.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 15:27:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15382&amp;title=adding-combo-boxes-to-items-in-the-report#15382</guid>
  </item> 
  <item>
   <title><![CDATA[Adding combo boxes to items in the report : Thank you for the tip, I am now...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15320&amp;title=adding-combo-boxes-to-items-in-the-report#15320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2289">ryan4isu</a><br /><strong>Subject:</strong> 4916<br /><strong>Posted:</strong> 29 August 2006 at 5:38pm<br /><br />Thank you for the tip, I am now able to load the combo boxes exactly how I want.&nbsp; My problem now is that the text doesn't change when I select a new value from the combo box.&nbsp; I would also like to be able to add logic to the event that occurs when this value is changed.]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 17:38:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15320&amp;title=adding-combo-boxes-to-items-in-the-report#15320</guid>
  </item> 
  <item>
   <title><![CDATA[Adding combo boxes to items in the report : Before accessing EditOptions property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15319&amp;title=adding-combo-boxes-to-items-in-the-report#15319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4916<br /><strong>Posted:</strong> 29 August 2006 at 4:41pm<br /><br />Before accessing EditOptions property for an item you should call CreateEditOptions -- it initializes further customization. Then access it as regular EditOptions property.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 16:41:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15319&amp;title=adding-combo-boxes-to-items-in-the-report#15319</guid>
  </item> 
  <item>
   <title><![CDATA[Adding combo boxes to items in the report : Is there any way to add a combo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15315&amp;title=adding-combo-boxes-to-items-in-the-report#15315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2289">ryan4isu</a><br /><strong>Subject:</strong> 4916<br /><strong>Posted:</strong> 29 August 2006 at 3:19pm<br /><br />Is there any way to add a combo box with different items to each row in the report control?&nbsp; I am trying to use the EditOptions object in the ReportRecordItem class but it does not seem to exist on the ReportRecordItem.&nbsp; Here is an example of the code that I am writing:<br><br>&nbsp;&nbsp;&nbsp; Dim oRecord As ReportRecord<br>&nbsp;&nbsp;&nbsp; Dim oItem As ReportRecordItem<br><br>&nbsp;&nbsp;&nbsp; Set oRecord = moFormApp.rptWorkflowData.Records.Add()<br>&nbsp;&nbsp;&nbsp; Set oItem = oRecord.AddItem(vbNullString)<br>&nbsp;&nbsp;&nbsp; Call oItem.EditOptions.Constraints.Add("first item", 1) <br><br>-&gt; results in error: "Object variable or With block variable not set"<br><br>If I try to set the create a new ReportRecordItemEditOptions object I also receive an error.<br><br>&nbsp;&nbsp;&nbsp; Set oItem.EditOptions = New ReportRecordItemEditOptions<br><br>-&gt; results in error: "ActiveX component can't create object"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 15:19:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4916&amp;PID=15315&amp;title=adding-combo-boxes-to-items-in-the-report#15315</guid>
  </item> 
 </channel>
</rss>