<?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 : Unable to check RRI checkbox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Unable to check RRI checkbox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 08:14:56 +0000</pubDate>
  <lastBuildDate>Wed, 01 Mar 2006 03:43: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=3708</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[Unable to check RRI checkbox : Hi,It looks like this is almost...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3708&amp;PID=11233&amp;title=unable-to-check-rri-checkbox#11233</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3708<br /><strong>Posted:</strong> 01 March 2006 at 3:43am<br /><br />Hi,<br><br>It looks like this is almost the same question like your one: <a href="http://forum.codejock.com/forum_posts.asp?TID=3710" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=3710</a><br><br>With the code I suggested in that topic I can both disable editing name for Alias and Surname columns and checkbox could be clickable as well. Here is the code I'm using:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; Dim Record As ReportRecord<br>&nbsp;&nbsp;&nbsp; Dim Item As ReportRecordItem<br>&nbsp;&nbsp;&nbsp; Dim Column As ReportColumn<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Column = wndReportControl.Columns.Add(0, "Alias", 1, True)<br>&nbsp;&nbsp;&nbsp; Column.EditOptions.AllowEdit = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Column = wndReportControl.Columns.Add(1, "Name", 1, True)<br>&nbsp;&nbsp;&nbsp; 'Column.EditOptions.AllowEdit = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Column = wndReportControl.Columns.Add(2, "Surname", 1, True)<br>&nbsp;&nbsp;&nbsp; Column.EditOptions.AllowEdit = False<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Record = wndReportControl.Records.Add()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem("Fred Garvin")<br>&nbsp;&nbsp;&nbsp; Item.HasCheckbox = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem("Fred")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.CreateEditOptions<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.EditOptions.AllowEdit = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Item.EditOptions.SelectTextOnEdit = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set Item = Record.AddItem("Garvin")<br>&nbsp;&nbsp;&nbsp; Item.HasCheckbox = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; wndReportControl.AllowEdit = True<br>&nbsp;&nbsp;&nbsp; wndReportControl.Populate<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 01 Mar 2006 03:43:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3708&amp;PID=11233&amp;title=unable-to-check-rri-checkbox#11233</guid>
  </item> 
  <item>
   <title><![CDATA[Unable to check RRI checkbox : I need to have two columns editable,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3708&amp;PID=11203&amp;title=unable-to-check-rri-checkbox#11203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3708<br /><strong>Posted:</strong> 27 February 2006 at 3:56pm<br /><br /><P>I need to have two columns editable, i.e. single click the ReportRecordItem (RRI) from the porper column and it becomes ediable. I have acomplished that by setting the ReportControl's AllowEdit property to True. I then set each&nbsp;column which I do not want editable to False, i.e. Column.Editable = False. The problem is that any ReportRecordItem whose column Editable property is False and which has a checkbox is unable to have that box checked. I can only do it programically, i.e. the user cannot click the checkbox and have it become checked.</P><P>Given the senario above it seems I must choose between haveing two editable columns or having a checkbox that works --but not both.</P><P>Can someone please shed some light on what I'm missing here?</P>]]>
   </description>
   <pubDate>Mon, 27 Feb 2006 15:56:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3708&amp;PID=11203&amp;title=unable-to-check-rri-checkbox#11203</guid>
  </item> 
 </channel>
</rss>