<?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 : Combobox with Database</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Combobox with Database]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 16:32:44 +0000</pubDate>
  <lastBuildDate>Thu, 05 Jun 2008 06:23:45 +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=10903</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[Combobox with Database : Hi,     I&amp;#039;m a little...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36302&amp;title=combobox-with-database#36302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10903<br /><strong>Posted:</strong> 05 June 2008 at 6:23am<br /><br />Hi, <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>I'm a little confused right now</DIV><DIV>&nbsp;</DIV><DIV>I looked in the help (first time I didn't read it properly) and thought this is going to solve your problem and it did ?!?! but why, see Remarks</DIV><DIV>&nbsp;</DIV><DIV><H4 ="dxh4"><FONT color=#000000>Remarks</FONT></H4><P><FONT color=#ff0000></FONT><P><FONT color=#000000>If True, then you can only choose from the list of constraints added.</FONT></P><P><FONT color=#ff0000>If False, then you can type a custom response not listed in the list of constraints.</FONT></P></DIV><DIV>&nbsp;</DIV><DIV>Why does this property has an influence on this&nbsp;???</DIV><DIV>Please explain....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong><FONT color=#0000cc>And @wismerhill</FONT></strong></DIV><DIV>This will have the same effect and you can <strong>only</strong> select the items in the combo:</DIV><DIV>&nbsp;</DIV><DIV>''<STRIKE>Column.EditOptions.ConstraintEdit = False<BR></STRIKE>Column.EditOptions.AllowEdit = False</DIV><DIV>&nbsp;</DIV><DIV>In the help:</DIV><DIV><H4 ="dxh4">Remarks</H4><P><P>If False, then any editing features will not be used.&nbsp; <strong><FONT color=#ff0000>The Combo button and Expand buttons will not be displayed</FONT></strong>.&nbsp; </P><P>If True, then all ReportRecordItems can be edited, you will need to set the&nbsp;EditOptions to false for each column that can not be edited, or you can set the EditOptions for each individual ReportRecordItem.</P><DIV></DIV></DIV><DIV>Now, this is helpfull isn't it? <img src="https://forum.codejock.com/smileys/smiley5.gif" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Well it works @wismerhill , right? Maybe we will get a reply of the supportteam and clear things....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 06:23:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36302&amp;title=combobox-with-database#36302</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox with Database : Thanks to Aaron, my problem was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36299&amp;title=combobox-with-database#36299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4175">wismerhill</a><br /><strong>Subject:</strong> 10903<br /><strong>Posted:</strong> 05 June 2008 at 5:34am<br /><br />Thanks to Aaron, my problem was solved.<br><br>The solution is to declare for my combobox : Column.EditOptions.ConstraintEdit = <font color="#000000"><strong>False </strong></font><br><font color="#000000"><strong></strong>&nbsp;</font><br>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 05:34:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36299&amp;title=combobox-with-database#36299</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox with Database : Of course, I upload you a samp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36290&amp;title=combobox-with-database#36290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4175">wismerhill</a><br /><strong>Subject:</strong> 10903<br /><strong>Posted:</strong> 05 June 2008 at 3:29am<br /><br />Of course, <br><br>I upload you a sample.<br><br><a href="uploads/20080605_032849_Sample.zip" target="_blank">uploads/20080605_032849_Sample.zip</a><br>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 03:29:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36290&amp;title=combobox-with-database#36290</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox with Database : Hi,  Can you upload a sample?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36287&amp;title=combobox-with-database#36287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10903<br /><strong>Posted:</strong> 05 June 2008 at 2:34am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Can you upload a sample?</DIV>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 02:34:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36287&amp;title=combobox-with-database#36287</guid>
  </item> 
  <item>
   <title><![CDATA[Combobox with Database : Hello, I have a combobox in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36250&amp;title=combobox-with-database#36250</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4175">wismerhill</a><br /><strong>Subject:</strong> 10903<br /><strong>Posted:</strong> 04 June 2008 at 11:24am<br /><br />Hello, <br><br>I have a combobox in the first column of a report control. The data source of this combobox is the result of a recordset :<br><br>RptControl_TA.Columns.Column(0).EditOptions.Constraints.Add RsTA.Fields("CODE_TA").Value &amp; " - " &amp; RsTA.Fields("LIB_TA").Value, i + 1<br><br><br>When i want to load the data, i add to the combobox column the following information (the same caption as before).<br>Record.AddItem RsListe.Fields("CODE_TA").Value &amp; " - " &amp; RsListe.Fields("LIB_TA").Value<br><br>But the combobox is empty.<br><br>I can only recover some information when i use Record.AddItem 1 (where 1 is the second parameter : i+1)<br><br>Can we use the caption to fill the combobox ?<br>Else i will need to use a tab to save the caption and the data code and research for each record the good caption.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 04 Jun 2008 11:24:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10903&amp;PID=36250&amp;title=combobox-with-database#36250</guid>
  </item> 
 </channel>
</rss>