<?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 : Code changes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Code changes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 00:12:43 +0000</pubDate>
  <lastBuildDate>Tue, 09 Mar 2010 05:05:07 +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=16398</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[Code changes : Hellowhy was this introduced? AFX_INLINE...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16398&amp;PID=57496&amp;title=code-changes#57496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 16398<br /><strong>Posted:</strong> 09 March 2010 at 5:05am<br /><br />Hello<br><br>why was this introduced?<br><br><table width="99%"><tr><td><pre class="BBcode"><br>AFX_INLINE void CXTPReportControl::SelectionEnable(BOOL bEnable)<br>{<br>&nbsp;&nbsp;&nbsp; m_bSelectionEnable = bEnable;<br>&nbsp;&nbsp;&nbsp; if (!m_bSelectionEnable)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bInitialSelectionEnable = FALSE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <font color="#ff0000">m_bBlockSelection = FALSE;</font><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bControlKeyAlwaysOn = FALSE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pSelectedRows-&gt;Clear();<br>&nbsp;&nbsp;&nbsp; }<br>}<br></pre></td></tr></table><br><br>Why is set Property &#091;Set&#093;MultipleSelection to disable if I turn off temporary Property SelectionEnable??<br>I would understand if this two properties mutally exlusive<font color="#000000"> </font>each other, but I can turn on MultipleSelection to true after calling SelectionEnable( FALSE ) again!?<br><br>So your default settings was overidden and our software was released with a bug :(<br><br>Michael<br>]]>
   </description>
   <pubDate>Tue, 09 Mar 2010 05:05:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16398&amp;PID=57496&amp;title=code-changes#57496</guid>
  </item> 
 </channel>
</rss>