<?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 : Notification Messages Not Received</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Notification Messages Not Received]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:41:28 +0000</pubDate>
  <lastBuildDate>Mon, 25 May 2009 08:42:22 +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=14367</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[Notification Messages Not Received : Thanks! That helped. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49313&amp;title=notification-messages-not-received#49313</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 14367<br /><strong>Posted:</strong> 25 May 2009 at 8:42am<br /><br />Thanks!&nbsp; That helped.]]>
   </description>
   <pubDate>Mon, 25 May 2009 08:42:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49313&amp;title=notification-messages-not-received#49313</guid>
  </item> 
  <item>
   <title><![CDATA[Notification Messages Not Received : Hi;You should use ON_NOTIFY_REFLECT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49287&amp;title=notification-messages-not-received#49287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 14367<br /><strong>Posted:</strong> 22 May 2009 at 5:34pm<br /><br />Hi;<br><br>You should use ON_NOTIFY_REFLECT or ON_NOTIFY_REFLECT_EX macro if you want to catch it inside the control.<br>]]>
   </description>
   <pubDate>Fri, 22 May 2009 17:34:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49287&amp;title=notification-messages-not-received#49287</guid>
  </item> 
  <item>
   <title><![CDATA[Notification Messages Not Received : I have a CXTPReportControl derived...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49286&amp;title=notification-messages-not-received#49286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=133">thodgson</a><br /><strong>Subject:</strong> 14367<br /><strong>Posted:</strong> 22 May 2009 at 2:47pm<br /><br />I have a CXTPReportControl derived class which is in a tab within a view.&nbsp; The problem is that I'm not receiving the basic "click" notification messages in my derived control:<DIV>&nbsp;</DIV><DIV>Declaration:</DIV><DIV>&nbsp;// Generated message map functions<BR>&nbsp;//{{AFX_MSG(CWatchReportsCtrlBase)<BR>&nbsp;//}}AFX_MSG<BR>&nbsp;afx_msg void OnReportItemRClick(NMHDR * pNotifyStruct, LRESULT * result);<BR>&nbsp;afx_msg void OnReportItemDblClick(NMHDR * pNotifyStruct, LRESULT * result);<BR>&nbsp;afx_msg void OnReportItemClick(NMHDR * pNotifyStruct, LRESULT * result);<BR>&nbsp;DECLARE_MESSAGE_MAP()<BR></DIV><DIV>Definition:</DIV><DIV><BR>BEGIN_MESSAGE_MAP(CWatchReportsCtrlBase, CXTPReportControl)<BR>//{{AFX_MSG_MAP(CWatchReportsCtrlBase)<BR>//}}AFX_MSG_MAP<BR>ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnReportItemClick)<BR>ON_NOTIFY(NM_DBLCLK, XTP_ID_REPORT_CONTROL, OnReportItemDblClick)<BR>ON_NOTIFY(NM_RCLICK, XTP_ID_REPORT_CONTROL, OnReportItemRClick)<BR>END_MESSAGE_MAP()</DIV><DIV>&nbsp;</DIV><DIV>// Handles clicking ReportControl row.<BR>// If "Checked" item is clicked, change "Checked" attribute for current record<BR>void CWatchReportsCtrlBase::OnReportItemClick(NMHDR * pNotifyStruct, LRESULT * /*result*/)<BR>...</DIV><DIV>&nbsp;</DIV><DIV>Just looking for a little guidance on what I can check to figure out why it's not working.</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 May 2009 14:47:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14367&amp;PID=49286&amp;title=notification-messages-not-received#49286</guid>
  </item> 
 </channel>
</rss>