<?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 : Disable Extended Select</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Disable Extended Select]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 09:27:44 +0000</pubDate>
  <lastBuildDate>Mon, 24 Mar 2014 20:48:15 +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=22248</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[Disable Extended Select : Awesome, that worked perfectly....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72381&amp;title=disable-extended-select#72381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8675">tealduck</a><br /><strong>Subject:</strong> 22248<br /><strong>Posted:</strong> 24 March 2014 at 8:48pm<br /><br />Awesome, that worked perfectly.<br>]]>
   </description>
   <pubDate>Mon, 24 Mar 2014 20:48:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72381&amp;title=disable-extended-select#72381</guid>
  </item> 
  <item>
   <title><![CDATA[Disable Extended Select : Try the following when initializing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72380&amp;title=disable-extended-select#72380</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 22248<br /><strong>Posted:</strong> 24 March 2014 at 9:26am<br /><br />Try the following when initializing your control properties:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp; With Me.ReportControl1.Behavior.Row.MouseDown.LeftButton.Control<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectRow = False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FocusRow = False<br>&nbsp;&nbsp; End With<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Mon, 24 Mar 2014 09:26:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72380&amp;title=disable-extended-select#72380</guid>
  </item> 
  <item>
   <title><![CDATA[Disable Extended Select : I am using the Report Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72377&amp;title=disable-extended-select#72377</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8675">tealduck</a><br /><strong>Subject:</strong> 22248<br /><strong>Posted:</strong> 23 March 2014 at 7:56pm<br /><br />I am using the Report Control with the MultipleSelection property set to True. However, I do not see a property called SelectionMode (like some grids and lists have) that will allow me to tailor the selection process. Specifically I have the requirement of only allowing the user the ability to select contiguous rows (allow SHIFT but disallow CTRL). Is there any method of doing this with the Report Control through the properties? If not, then could I send a message to the base class to set the selection mode?<br><br>Any help would be appreciated.<br>]]>
   </description>
   <pubDate>Sun, 23 Mar 2014 19:56:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22248&amp;PID=72377&amp;title=disable-extended-select#72377</guid>
  </item> 
 </channel>
</rss>