Print Page | Close Window

How to add Context menu for report control

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=4484
Printed Date: 19 September 2024 at 6:43pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to add Context menu for report control
Posted By: telescient
Subject: How to add Context menu for report control
Date Posted: 26 June 2006 at 7:10am
Hello,
 
I am using Codejock 9.60 report control.can anyone  tell me how to give context menu to Axreport control



Replies:
Posted By: sserge
Date Posted: 28 June 2006 at 10:34am
Hi,

catch available Right click events and add a context menu. Example available in the sample application:

Private Sub wndReportControl_RowRClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)
    Debug.Print "Context Menu. Row = " & Row.Index
   
    'Display group popup if a group row is right-clicked
    If (Row.GroupRow) Then
        Call Me.PopupMenu(mnuGroupPopup)
    End If
End Sub


--
WBR,
Serge



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net