<?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 : How to set FocusedRow to NOTHING?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to set FocusedRow to NOTHING?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 20:15:51 +0000</pubDate>
  <lastBuildDate>Mon, 27 Aug 2007 04:20:26 +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=7873</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[How to set FocusedRow to NOTHING? : THX, i go this way...  Dim rec...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25387&amp;title=how-to-set-focusedrow-to-nothing#25387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 27 August 2007 at 4:20am<br /><br />THX, i go this way...<DIV>&nbsp;</DIV><DIV><FONT color=#0000cc>Dim rec As ReportRecord</FONT></DIV><DIV><FONT color=#0000cc>With ReportControl</FONT></DIV><DIV><FONT color=#0000cc>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set rec = .Records.Add()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rec.AddItem ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .FocusedRow = .Rows.FindRow(rec)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Records.RemoveAt rec.Index</FONT></DIV><DIV><FONT color=#0000cc>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Populate</FONT></DIV><DIV><FONT color=#0000cc>End With</FONT></DIV><DIV>&nbsp;</DIV><DIV>...but&nbsp;both are only&nbsp;workarounds. <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>Hope that Codejock will give us&nbsp;in&nbsp;one of the next releases&nbsp;the possibility&nbsp;to <strong>Set RepCntrl = Nothing.</strong></DIV>]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 04:20:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25387&amp;title=how-to-set-focusedrow-to-nothing#25387</guid>
  </item> 
  <item>
   <title><![CDATA[How to set FocusedRow to NOTHING? : I brought this up a while ago...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25384&amp;title=how-to-set-focusedrow-to-nothing#25384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 26 August 2007 at 8:52pm<br /><br />I brought this up a while ago but never got a response.&nbsp; My workaround is to set the highlight color to the report backcolor AND in the ReportControl_MouseDown() event, I manually call the .SetFocus function on another control on the form.&nbsp; Once the ReportControl loses focus, the focus rectangle will go away.<br><br>]]>
   </description>
   <pubDate>Sun, 26 Aug 2007 20:52:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25384&amp;title=how-to-set-focusedrow-to-nothing#25384</guid>
  </item> 
  <item>
   <title><![CDATA[How to set FocusedRow to NOTHING? : I need to set the ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25381&amp;title=how-to-set-focusedrow-to-nothing#25381</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 7873<br /><strong>Posted:</strong> 26 August 2007 at 10:44am<br /><br />I need to set the ReportControl to non focused row.<DIV>&nbsp;</DIV><DIV>SET repctrl.FocusedRow = NOTHING&nbsp; doesn't work!</DIV><DIV>&nbsp;</DIV><DIV>Setting the Highlight-Color to Report-BackColor is also no solution, because there is also a rectangle arround a focused row!</DIV><DIV>&nbsp;</DIV><DIV>Please what is the right way?</DIV>]]>
   </description>
   <pubDate>Sun, 26 Aug 2007 10:44:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7873&amp;PID=25381&amp;title=how-to-set-focusedrow-to-nothing#25381</guid>
  </item> 
 </channel>
</rss>