<?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 : Add Check Box in Data Bind Mode</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Add Check Box in Data Bind Mode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 00:49:28 +0000</pubDate>
  <lastBuildDate>Sun, 12 Sep 2010 06:25:59 +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=17181</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[Add Check Box in Data Bind Mode :   I tried and got an idea how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17181&amp;PID=60145&amp;title=add-check-box-in-data-bind-mode#60145</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17181<br /><strong>Posted:</strong> 12 September 2010 at 6:25am<br /><br /><DIV></DIV><DIV></DIV><DIV>I tried and got an idea how to do this....! It works....!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>ReportControl1.SetCustomDraw xtpCustomBeforeDrawRow</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub ReportControl1_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)</DIV><DIV>If Not Row.GroupRow Then</DIV><DIV>&nbsp;&nbsp; 'Column 20&nbsp; I need check box<BR>&nbsp;&nbsp; Row.record.Item(20).HasCheckbox = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Row.record.Item(20).Value = 1 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Row.record.Item(20).Checked = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Row.record.Item(20).Checked = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If</DIV><DIV>End If<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Sun, 12 Sep 2010 06:25:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17181&amp;PID=60145&amp;title=add-check-box-in-data-bind-mode#60145</guid>
  </item> 
  <item>
   <title><![CDATA[Add Check Box in Data Bind Mode : Hi,   Please help me how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17181&amp;PID=60000&amp;title=add-check-box-in-data-bind-mode#60000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17181<br /><strong>Posted:</strong> 01 September 2010 at 6:49am<br /><br /><DIV></DIV>Hi,<DIV>&nbsp;</DIV><DIV>&nbsp; Please help me how to add <strong><FONT color=#0000ff>check box</FONT></strong> to a column in <strong><FONT color=#0000ff>Recordset</FONT> <FONT color=#0000ff>Data bind mode</FONT>.?</strong></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;I have a column in the oracle database&nbsp;having values 0 for false and 1 for true.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Thanks in Advance..!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; </DIV>]]>
   </description>
   <pubDate>Wed, 01 Sep 2010 06:49:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17181&amp;PID=60000&amp;title=add-check-box-in-data-bind-mode#60000</guid>
  </item> 
 </channel>
</rss>