<?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 in constraints</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Bug in constraints]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 07:10:44 +0000</pubDate>
  <lastBuildDate>Mon, 19 Oct 2009 15:53:51 +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=15392</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 in constraints : OK - we restore prev (non-strict)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54010&amp;title=bug-in-constraints#54010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15392<br /><strong>Posted:</strong> 19 October 2009 at 3:53pm<br /><br />OK - we restore prev (non-strict) case]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 15:53:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54010&amp;title=bug-in-constraints#54010</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in constraints : I know. But in previous versions,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54004&amp;title=bug-in-constraints#54004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1122">mlatona</a><br /><strong>Subject:</strong> 15392<br /><strong>Posted:</strong> 19 October 2009 at 12:32pm<br /><br />I know. But in previous versions, this code works correct. I can not change all code in my projects after install the version 13.2.]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 12:32:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54004&amp;title=bug-in-constraints#54004</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in constraints : You don&amp;#039;t set cell value...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54001&amp;title=bug-in-constraints#54001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 15392<br /><strong>Posted:</strong> 19 October 2009 at 11:37am<br /><br />You don't set cell value with string value - you set cell as combobox item #j - so integer is logical param here - index of your combobox content list:<DIV>&nbsp;&nbsp;&nbsp; For i = 1 To 6<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With .Records.Add<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DeleteAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For j = 1 To 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If j = 1 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '.AddItem CStr(j)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem j<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddItem j<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next j<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp; Next i<BR></DIV>]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 11:37:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=54001&amp;title=bug-in-constraints#54001</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in constraints : Hi,  I have defined a column...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=53989&amp;title=bug-in-constraints#53989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1122">mlatona</a><br /><strong>Subject:</strong> 15392<br /><strong>Posted:</strong> 19 October 2009 at 4:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have defined a column with constraints. When I set the cell value with a string value (for example "1") the cell text is empty. When I set the value with a real integer value the cell text is not empty. In all previous versions this works correct. Now in beta 13.2 it don`t work. Can you fix this to the old behaviour?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Marco</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20091019_041953_Test.zip" target="_blank">uploads/20091019_041953_Test.zip</A></DIV>]]>
   </description>
   <pubDate>Mon, 19 Oct 2009 04:21:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15392&amp;PID=53989&amp;title=bug-in-constraints#53989</guid>
  </item> 
 </channel>
</rss>