<?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 : Remove selecti&#111;n from focused row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Remove selecti&#111;n from focused row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:05:53 +0000</pubDate>
  <lastBuildDate>Mon, 05 Sep 2005 10:07:43 +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=2829</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[Remove selecti&#111;n from focused row : When I fill the report control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8500&amp;title=remove-selection-from-focused-row#8500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1122">mlatona</a><br /><strong>Subject:</strong> 2829<br /><strong>Posted:</strong> 05 September 2005 at 10:07am<br /><br />When I fill the report control and show the data with the populate method, the focused row property have an undefined (nothing) value and no row have the focus. When I set&nbsp;the focusedrow property to&nbsp;nothing, I will this behaviour that no row have the focus. And not with the workaround, that I set the highlightbackcolor property or delete the focusedrow from the selectedrows property.]]>
   </description>
   <pubDate>Mon, 05 Sep 2005 10:07:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8500&amp;title=remove-selection-from-focused-row#8500</guid>
  </item> 
  <item>
   <title><![CDATA[Remove selecti&#111;n from focused row : As far as I can tell, there unfortunately...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8472&amp;title=remove-selection-from-focused-row#8472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 2829<br /><strong>Posted:</strong> 02 September 2005 at 2:12am<br /><br />As far as I can tell, there unfortunately isn't a single setting todisable being able to select records.&nbsp; I've come up with my ownway.<br><br>The most effective way to not make anything rows selectable is bydefining a mouse down event and setting the focus of another control:<br><br>Private Sub ReportControl_MouseDown(Button As Integer, Shift As Integer, X As Long, Y As Long)<br>&nbsp;&nbsp;&nbsp; SomeOtherControl.SetFocus<br>End Sub<br><br>The "SomeOtherControl" can be just about any other visible control on the form.<br><br><br>If you just wanted to hide the selection box, you could do:<br><br>ReportControl.PaintManager.HighlightBackColor = ReportControl.PaintManager.BackColor<br>ReportControl.PaintManager.HighlightForeColor = ReportControl.PaintManager.ForeColor<br><br>The focus rectangle will still appear however.<br>]]>
   </description>
   <pubDate>Fri, 02 Sep 2005 02:12:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8472&amp;title=remove-selection-from-focused-row#8472</guid>
  </item> 
  <item>
   <title><![CDATA[Remove selecti&#111;n from focused row : How can I remove the selection...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8455&amp;title=remove-selection-from-focused-row#8455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1122">mlatona</a><br /><strong>Subject:</strong> 2829<br /><strong>Posted:</strong> 01 September 2005 at 8:38am<br /><br /><P>How can I remove the selection and the rectangle from the focused row?</P><P>Following code don`t works (VB6): Set ReportControl.FocusedRow = Nothing</P>]]>
   </description>
   <pubDate>Thu, 01 Sep 2005 08:38:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2829&amp;PID=8455&amp;title=remove-selection-from-focused-row#8455</guid>
  </item> 
 </channel>
</rss>