<?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 C&#111;ntext menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ReportC&#111;ntrol C&#111;ntext menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 09:27:40 +0000</pubDate>
  <lastBuildDate>Tue, 17 May 2005 08:12:51 +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=2218</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 C&#111;ntext menu : Thanks for the reply.   I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6625&amp;title=reportcontrol-context-menu#6625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 2218<br /><strong>Posted:</strong> 17 May 2005 at 8:12am<br /><br />Thanks for the reply.&nbsp; <br><br>I am glad it will be included in the next version.<br><br>Larry<br>]]>
   </description>
   <pubDate>Tue, 17 May 2005 08:12:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6625&amp;title=reportcontrol-context-menu#6625</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol C&#111;ntext menu : Hello Larry,    To have a possibility...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6610&amp;title=reportcontrol-context-menu#6610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2218<br /><strong>Posted:</strong> 16 May 2005 at 1:33pm<br /><br />Hello Larry,<br /><br />  To have a possibility to catch this event you can patch the code of the method CXTPReportControl::OnContextMenu like following:<br /><table width="99%"><tr><td><pre class="BBcode"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// call context menu handler for report area if clicked inside<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (m_rcReportArea.PtInRect(ptClient))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; // rows processing<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; CXTPReportRow* pRow = HitTest(ptClient);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; if (pRow)<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  SetFocusedRow(pRow, !pRow-&gt;IsGroupRow() || pRow-&gt;IsSelected());<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  pRow-&gt;OnContextMenu(ptClient);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; }<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <strong>else<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  // send process notification to the user and wait for the reaction<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  SendMessageToParent(NULL, NULL, NULL, NM_RCLICK, &ptClient);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; }</strong><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /></pre></td></tr></table><br />And just catch the notification when pointers to row and record item are NULL's.<br /><br />  This patch will also be included in the next version of the library.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Mon, 16 May 2005 13:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6610&amp;title=reportcontrol-context-menu#6610</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol C&#111;ntext menu : How do I display a context menu...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6553&amp;title=reportcontrol-context-menu#6553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 2218<br /><strong>Posted:</strong> 12 May 2005 at 4:25pm<br /><br />How do I display a context menu when right-clicking on the area below the last item in the last row?<br><br>I can display two of the three context menus that I need.&nbsp; I candisplay the one when right-clicking the group heading and the one whenright-clicking an item, but not when right-clicking below the lastitem.&nbsp; I want to do something similar to what Outlook 2003 does.<br><br>Any help would be greatly appreciated.<br><br>Larry<br>]]>
   </description>
   <pubDate>Thu, 12 May 2005 16:25:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2218&amp;PID=6553&amp;title=reportcontrol-context-menu#6553</guid>
  </item> 
 </channel>
</rss>