<?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 : C&#111;nstraint</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : C&#111;nstraint]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:50:42 +0000</pubDate>
  <lastBuildDate>Thu, 18 May 2006 08:28:09 +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=4238</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[C&#111;nstraint : Well before ask this forum i&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13002&amp;title=constraint#13002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4238<br /><strong>Posted:</strong> 18 May 2006 at 8:28am<br /><br />Well before ask this forum i'm using&nbsp; the method :), but it's really bother me to create new field just to overcome this matter.<br>But for a moment, i will stick with it.<br><br>Btw, sserge would you please take a look at my question in this sub forum with thread subject "DETECT ROW.ITEM" i really need "suitable" solution in matter otherwise application i make with reportcolumn object is look not so good at that matter.<br><br><br>Tks any way<br>]]>
   </description>
   <pubDate>Thu, 18 May 2006 08:28:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13002&amp;title=constraint#13002</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint : Not sure, it depends on amount...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13001&amp;title=constraint#13001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4238<br /><strong>Posted:</strong> 18 May 2006 at 7:41am<br /><br />Not sure, it depends on amount of your codes, on how would you access them, etc.<br><br>To eliminate all possible performance losses which could raise with this solution, I can propose you one more way: <br>&nbsp;- you create a new database table (or view) which will have all string codes listed with integer ID for every of them; table structure like "CodeID; CodeString"<br>&nbsp;- then you just put an ID of your code in the constraint and load it every time when needed from the database in a very simple and fast query.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 18 May 2006 07:41:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13001&amp;title=constraint#13001</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint : Thanks,if my database are large,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13000&amp;title=constraint#13000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4238<br /><strong>Posted:</strong> 18 May 2006 at 6:58am<br /><br />Thanks,<br><br>if my database are large, do you think it's will causing perfomance loss to my appplication? or will it break VB 64kb limit?<br><br><br>]]>
   </description>
   <pubDate>Thu, 18 May 2006 06:58:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=13000&amp;title=constraint#13000</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint : Hi, &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=12995&amp;title=constraint#12995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4238<br /><strong>Posted:</strong> 18 May 2006 at 4:03am<br /><br />Hi,<br><br><table width="99%"><tr><td><pre class="BBcode"><br>''''' define codes array<br>Dim sCodes(0 To 10) As String<br>''''' fill constraints with codes indexes<br>sCodes(0) = "C001"<br>Column.EditOptions.Constraints.Add "Mercedez", 0<br>sCodes(1) = "C002"<br>Column.EditOptions.Constraints.Add "Ford", 1<br>sCodes(2) = "C003"<br>Column.EditOptions.Constraints.Add "Audi", 2<br><br>Column.EditOptions.AddComboButton<br>''''' and then by constraint data (which is sCodes array index) you can get code string<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br><br><br>]]>
   </description>
   <pubDate>Thu, 18 May 2006 04:03:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=12995&amp;title=constraint#12995</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint :  Column.EditOptions.Constraints.Add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=12994&amp;title=constraint#12994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1973">barianto</a><br /><strong>Subject:</strong> 4238<br /><strong>Posted:</strong> 18 May 2006 at 3:19am<br /><br />Column.EditOptions.Constraints.Add "", 0<br><br>second parameter constraint Add has to be long.<br>If i want to connect constraint with database, including data is coming from database which has type string (it got to be string) what is the solution??<br><br>eq. <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Column.EditOptions.Constraints.Add "Mercedez Baby Benz", "C001"<br><br>"C001" are code for "Mercedez Baby Benz"<br><br>In another word, how to keep another data into reportcolumn constrain other than "caption"?<br><br>I hope you understand with what i want, my english is really poor...<br>]]>
   </description>
   <pubDate>Thu, 18 May 2006 03:19:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4238&amp;PID=12994&amp;title=constraint#12994</guid>
  </item> 
 </channel>
</rss>