<?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 : Virtual Report and Checkboxes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Virtual Report and Checkboxes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:01:25 +0000</pubDate>
  <lastBuildDate>Mon, 21 Nov 2005 12:08:52 +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=3247</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[Virtual Report and Checkboxes : Works perfectly. Thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9712&amp;title=virtual-report-and-checkboxes#9712</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1573">rock</a><br /><strong>Subject:</strong> 3247<br /><strong>Posted:</strong> 21 November 2005 at 12:08pm<br /><br />Works perfectly.&nbsp; Thanks]]>
   </description>
   <pubDate>Mon, 21 Nov 2005 12:08:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9712&amp;title=virtual-report-and-checkboxes#9712</guid>
  </item> 
  <item>
   <title><![CDATA[Virtual Report and Checkboxes : Hi,   Note that adding an item...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9697&amp;title=virtual-report-and-checkboxes#9697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3247<br /><strong>Posted:</strong> 19 November 2005 at 3:37pm<br /><br />Hi, <br /><br />Note that adding an item to the virtual report row means only adding a kind of item substitute. In order to show data of the specific row you should add a kind of the following code:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />void GetItemMetrics (XTP_REPORTRECORDITEM_DRAWARGS* pDrawArgs, XTP_REPORTRECORDITEM_METRICS* pItemMetrics)<br />{<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (pDrawArgs-&gt;pColumn-&gt;GetIndex() == COLUMN_CHECK_INDEX)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pDrawArgs-&gt;pItem-&gt;SetChecked(bYourValue);  <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br /><br />}<br /></pre></td></tr></table><br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Sat, 19 Nov 2005 15:37:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9697&amp;title=virtual-report-and-checkboxes#9697</guid>
  </item> 
  <item>
   <title><![CDATA[Virtual Report and Checkboxes : I have a window with aCXTPReportControland...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9687&amp;title=virtual-report-and-checkboxes#9687</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1573">rock</a><br /><strong>Subject:</strong> 3247<br /><strong>Posted:</strong> 18 November 2005 at 11:00am<br /><br /><P>I have a window with a&nbsp;CXTPReportControl&nbsp;and I am using&nbsp;SetVirtualMode() for a database search result.&nbsp; It works fine and properly displays the information.&nbsp;&nbsp;The first column of the report is a check box.&nbsp; The column was added using the AddItem() function in a CXTPReportRecord derived class.&nbsp; The class passed to AddItem() is a CXTPReportRecordItem derived class exactly like the CMessageRecordItemCheck class in the report sample.&nbsp; When I click on any checkbox in the Report Control, all the items in the report become checked or unchecked instead of just the one clicked on.&nbsp; Is this functionality not possible in a virtual report?&nbsp; Or will I have to deal with this somehow within the Report Record class during GetItemMetrics()?</P>]]>
   </description>
   <pubDate>Fri, 18 Nov 2005 11:00:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3247&amp;PID=9687&amp;title=virtual-report-and-checkboxes#9687</guid>
  </item> 
 </channel>
</rss>