<?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 : Right Click on ReportRow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Right Click on ReportRow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 12:16:56 +0000</pubDate>
  <lastBuildDate>Fri, 13 Mar 2009 09:10:48 +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=13665</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[Right Click on ReportRow : Thanks, I&amp;#039;ll try that!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46628&amp;title=right-click-on-reportrow#46628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5045">nth78</a><br /><strong>Subject:</strong> 13665<br /><strong>Posted:</strong> 13 March 2009 at 9:10am<br /><br />Thanks, I'll try that!]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 09:10:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46628&amp;title=right-click-on-reportrow#46628</guid>
  </item> 
  <item>
   <title><![CDATA[Right Click on ReportRow : Hi,   In CJ sample:  public...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46623&amp;title=right-click-on-reportrow#46623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13665<br /><strong>Posted:</strong> 13 March 2009 at 8:05am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>In CJ sample:</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2>public Point CurrentMousePosition;</DIV><DIV><DIV></FONT><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>private void wndReportControl_MouseDownEvent(object sender, AxXtremeReportControl._DReportControlEvents_MouseDownEvent e){</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>CurrentMousePosition.X = e.x;</DIV><DIV>CurrentMousePosition.Y = e.y;</DIV><DIV>CurrentMousePosition = new Point(e.x + wndReportControl.Left, e.y + wndReportControl.Top);</DIV><DIV>&nbsp;</DIV><DIV>}</DIV></FONT></FONT><FONT size=2></FONT></DIV><DIV><FONT size=2><strong></strong></FONT>&nbsp;</DIV><DIV><FONT size=2><strong></strong></FONT>&nbsp;</DIV><DIV><FONT size=2><strong>and </strong></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2><P>private void wndReportControl_RowRClick(object sender, AxXtremeReportControl._DReportControlEvents_RowRClickEvent e){</P><DIV>System.Diagnostics.Debug.WriteLine("Context Menu. Row = " + e.row.Index);</DIV><DIV>//Display group popup if a group row is right-clicked</DIV><DIV>if (e.row.GroupRow)</DIV><DIV>{</DIV><DIV>GroupPopup.Show(this, CurrentMousePosition);</DIV><DIV>}</DIV><DIV>}</DIV></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV>should show popupmenu in proper way <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 08:05:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46623&amp;title=right-click-on-reportrow#46623</guid>
  </item> 
  <item>
   <title><![CDATA[Right Click on ReportRow : I am using XtremeReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46584&amp;title=right-click-on-reportrow#46584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5045">nth78</a><br /><strong>Subject:</strong> 13665<br /><strong>Posted:</strong> 12 March 2009 at 10:48am<br /><br />I am using XtremeReportControl version 10.4 (yes I know it's old).&nbsp; I'm trying to add a right click popup for the report row.&nbsp; I can get the right click menu to display but it is always at the top left corner of my screen (0,0).&nbsp; The problem i'm running into is that the AxXtremeReportControl::_DReportControlEvents_RowRClickEvent^ e doesn't have a x and y value like a normal mouseclick event so I can't tell my menu where to display.&nbsp; Normally I would do menu-&gt;show(e-&gt;x,e-&gt;y) but that doesn't work with the ReportControl.<br><br>I'm using C++ .net in visual studio 2005.&nbsp; Any info on how to get this to work is greatly apprecated.<br>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 10:48:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13665&amp;PID=46584&amp;title=right-click-on-reportrow#46584</guid>
  </item> 
 </channel>
</rss>