<?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 : Sorting on checkbox columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Sorting on checkbox columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 00:36:35 +0000</pubDate>
  <lastBuildDate>Mon, 12 Feb 2007 15:25:08 +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=6380</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[Sorting on checkbox columns : Yes, you can. However, you&amp;#039;ll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20323&amp;title=sorting-on-checkbox-columns#20323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6380<br /><strong>Posted:</strong> 12 February 2007 at 3:25pm<br /><br />Yes, you can. However, you'll have to use another property .SortPriority <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="middle"> <br>Like:<br><table width="99%"><tr><td><pre class="BBcode"><br>Set Item = Record.AddItem("")<br>Item.HasCheckbox = True<br>Item.Checked = CBool(!Doc)<br><b>Item.SortPriority = CInt(!Doc)<br></b></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Mon, 12 Feb 2007 15:25:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20323&amp;title=sorting-on-checkbox-columns#20323</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting on checkbox columns : Ok, I figured it out. Just add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20322&amp;title=sorting-on-checkbox-columns#20322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6380<br /><strong>Posted:</strong> 12 February 2007 at 3:19pm<br /><br />Ok, I figured it out.&nbsp; Just add the following line to the code I listed above.<br><br>Item.SortPriority = IIf(CBool(!Doc), 0, 1)<br>]]>
   </description>
   <pubDate>Mon, 12 Feb 2007 15:19:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20322&amp;title=sorting-on-checkbox-columns#20322</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting on checkbox columns : Funny this just got asked today....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20319&amp;title=sorting-on-checkbox-columns#20319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6380<br /><strong>Posted:</strong> 12 February 2007 at 3:03pm<br /><br />Funny this just got asked today.&nbsp; I also would like to know how to sort on checkbox columns.&nbsp; The following code checks the box properly but trying to click the column name and sort does not do anything.<br><br>Set Item = Record.AddItem("")<br>Item.HasCheckbox = True<br>Item.Checked = CBool(!Doc)<br>]]>
   </description>
   <pubDate>Mon, 12 Feb 2007 15:03:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20319&amp;title=sorting-on-checkbox-columns#20319</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting on checkbox columns : Hi,I&amp;#039;m setting up a report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20299&amp;title=sorting-on-checkbox-columns#20299</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2753">atarba</a><br /><strong>Subject:</strong> 6380<br /><strong>Posted:</strong> 12 February 2007 at 8:19am<br /><br />Hi,<br><br>I'm setting up a report control column to just show checkboxes (for a logical field) but I do not set the value of the item to yes or no because I just want the checkbox in the column.<br>Is there any way to have sorting on this column without setting the value?<br><br>Thanks,<br>Andrei<br>]]>
   </description>
   <pubDate>Mon, 12 Feb 2007 08:19:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6380&amp;PID=20299&amp;title=sorting-on-checkbox-columns#20299</guid>
  </item> 
 </channel>
</rss>