<?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 : How to add Context menu for report control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : How to add Context menu for report control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:51:27 +0000</pubDate>
  <lastBuildDate>Wed, 28 Jun 2006 10:34:30 +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=4484</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[How to add Context menu for report control : Hi,catch available Right click...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4484&amp;PID=13899&amp;title=how-to-add-context-menu-for-report-control#13899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 4484<br /><strong>Posted:</strong> 28 June 2006 at 10:34am<br /><br />Hi,<br><br>catch available Right click events and add a context menu. Example available in the sample application:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub wndReportControl_RowRClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<br>&nbsp;&nbsp;&nbsp; Debug.Print "Context Menu. Row = " &amp; Row.Index<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Display group popup if a group row is right-clicked<br>&nbsp;&nbsp;&nbsp; If (Row.GroupRow) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call Me.PopupMenu(mnuGroupPopup)<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 28 Jun 2006 10:34:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4484&amp;PID=13899&amp;title=how-to-add-context-menu-for-report-control#13899</guid>
  </item> 
  <item>
   <title><![CDATA[How to add Context menu for report control : Hello,  I am using Codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4484&amp;PID=13834&amp;title=how-to-add-context-menu-for-report-control#13834</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2124">telescient</a><br /><strong>Subject:</strong> 4484<br /><strong>Posted:</strong> 26 June 2006 at 7:10am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I am using Codejock 9.60 report control.can anyone&nbsp; tell me how to give context menu to Axreport control</DIV>]]>
   </description>
   <pubDate>Mon, 26 Jun 2006 07:10:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4484&amp;PID=13834&amp;title=how-to-add-context-menu-for-report-control#13834</guid>
  </item> 
 </channel>
</rss>