<?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 : Design-flaw: CXTPReportControl::OnBeginDrag</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Design-flaw: CXTPReportControl::OnBeginDrag]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 03:48:18 +0000</pubDate>
  <lastBuildDate>Sun, 02 Mar 2008 07:05:21 +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=9760</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[Design-flaw: CXTPReportControl::OnBeginDrag : Consider the code in CXTPRepor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9760&amp;PID=31819&amp;title=designflaw-cxtpreportcontrolonbegindrag#31819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 9760<br /><strong>Posted:</strong> 02 March 2008 at 7:05am<br /><br /><DIV>Consider the code in CXTPReportControl::OnBeginDrag:</DIV><DIV>&nbsp;</DIV><DIV>for (int i = nCount - 1; i &gt;= 0; i--)<BR>{<BR>&nbsp;&nbsp;&nbsp; CXTPReportRow* pRow = pSelectedRows-&gt;GetAt(i);<BR>&nbsp;&nbsp;&nbsp; if (pRow-&gt;IsGroupRow())<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>pRow-&gt;SetExpanded(TRUE);<BR></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pRow-&gt;SelectChilds();<BR>&nbsp;&nbsp;&nbsp; }<BR>}</DIV><DIV>&nbsp;</DIV><DIV>What if I do not want my group rows to expand when dragging? This should be customizable. As it is now, I have to replace the whole function in my report control. Not good <img src="http://forum.codejock.com/smileys/smiley6.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sun, 02 Mar 2008 07:05:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9760&amp;PID=31819&amp;title=designflaw-cxtpreportcontrolonbegindrag#31819</guid>
  </item> 
 </channel>
</rss>