<?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 : RowLClick or RowClick, double click</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : RowLClick or RowClick, double click]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 03:03:53 +0000</pubDate>
  <lastBuildDate>Thu, 16 Jul 2015 13:19:57 +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=22660</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[RowLClick or RowClick, double click : I was able to trap mouse clicks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22660&amp;PID=73641&amp;title=rowlclick-or-rowclick-double-click#73641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8888">Romonaga</a><br /><strong>Subject:</strong> 22660<br /><strong>Posted:</strong> 16 July 2015 at 1:19pm<br /><br />I was able to trap mouse clicks using these NOTIFY messagaes.<br /><br />ON_NOTIFY(NM_DBLCLK, IDC_DOMGRID, OnReportLDblClick)<br />ON_NOTIFY(NM_RCLICK, IDC_DOMGRID, OnReportRightClick)<br />ON_NOTIFY(NM_CLICK, IDC_DOMGRID, OnReportLeftClick)<br />ON_NOTIFY(XTP_NM_REPORT_LBUTTONDOWN, IDC_DOMGRID, OnReportLButtonDown)<br />&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />Example of how to get the ROW and COLUMN<br /><br />int row = 0;<br />int col = 0;<br /><br />XTP_NM_REPORTRECORDITEM *pItemNotify = reinterpret_cast&lt;XTP_NM_REPORTRECORDITEM*&gt;(pNotifyStruct);<br />if(pItemNotify-&gt;pRow != NULL && pItemNotify-&gt;pColumn != NULL)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;row = pItemNotify-&gt;pRow-&gt;GetIndex();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;col = pItemNotify-&gt;pColumn-&gt;GetIndex();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(col == ytDOMLimit || col == ytDOMStop)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}]]>
   </description>
   <pubDate>Thu, 16 Jul 2015 13:19:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22660&amp;PID=73641&amp;title=rowlclick-or-rowclick-double-click#73641</guid>
  </item> 
  <item>
   <title><![CDATA[RowLClick or RowClick, double click : Why there is no RowLClick or RowClick...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22660&amp;PID=73636&amp;title=rowlclick-or-rowclick-double-click#73636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 22660<br /><strong>Posted:</strong> 12 July 2015 at 7:13am<br /><br />Why there is no RowLClick or RowClick Event? When I try to use a simple left mouse click Event, then I have to use the MouseUp Event. But this Event will also fired, if a user doubble click a row!]]>
   </description>
   <pubDate>Sun, 12 Jul 2015 07:13:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22660&amp;PID=73636&amp;title=rowlclick-or-rowclick-double-click#73636</guid>
  </item> 
 </channel>
</rss>