<?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 : ReportC&#111;ntrol mouse overs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportC&#111;ntrol mouse overs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 05 Jun 2026 20:35:14 +0000</pubDate>
  <lastBuildDate>Sun, 04 Jun 2006 12:26:13 +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=4311</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[ReportC&#111;ntrol mouse overs :   Hi Martin,As an another way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4311&amp;PID=13365&amp;title=reportcontrol-mouse-overs#13365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4311<br /><strong>Posted:</strong> 04 June 2006 at 12:26pm<br /><br />Hi Martin,<br><br>As an another way I can suggest you catching MouseMove message in your customized Report control class. Something like following:<br><table width="99%"><tr><td><pre class="BBcode"><br>class CMyReportControl : public CXTPReportControl<br>{<br>protected:<br>&nbsp;&nbsp;&nbsp; DECLARE_MESSAGE_MAP()<br><br>&nbsp;&nbsp;&nbsp; afx_msg void OnMouseMove(UINT nFlags, CPoint point);<br>};<br>.....................<br>BEGIN_MESSAGE_MAP(CMyReportControl, CXTPReportControl)<br>&nbsp;&nbsp;&nbsp; //{{AFX_MSG_MAP(CMyReportControl)<br>&nbsp;&nbsp;&nbsp; ON_WM_MOUSEMOVE()<br>&nbsp;&nbsp;&nbsp; //}}AFX_MSG_MAP<br>END_MESSAGE_MAP()<br><br>void CMyReportControl::OnMouseMove(UINT nFlags, CPoint point)<br>{<br>&nbsp;&nbsp;&nbsp; // ..use this-&gt;HitTest(point) to determine current row, item, etc<br>&nbsp;&nbsp;&nbsp; CXTPReportControl::OnMouseMove(nFlags, point);<br>}<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Sun, 04 Jun 2006 12:26:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4311&amp;PID=13365&amp;title=reportcontrol-mouse-overs#13365</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol mouse overs : Hi,I&amp;#039;ve been trying to catch...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4311&amp;PID=13247&amp;title=reportcontrol-mouse-overs#13247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2058">mparedes</a><br /><strong>Subject:</strong> 4311<br /><strong>Posted:</strong> 30 May 2006 at 4:14pm<br /><br />Hi,<br>I've been trying to catch when a user mouses over a particular row with no success. I can catch mouse clicks no problem using:<br>&nbsp;ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnClick)<br>but when I use:<br>&nbsp;ON_NOTIFY(NM_HOVER, XTP_ID_REPORT_CONTROL, OnHover)<br>I get no notification.<br>Is there another way I can use to catch mouse overs on a particular cell/row/column?<br>Thanks<br>-martin<br><br>]]>
   </description>
   <pubDate>Tue, 30 May 2006 16:14:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4311&amp;PID=13247&amp;title=reportcontrol-mouse-overs#13247</guid>
  </item> 
 </channel>
</rss>