Print Page | Close Window

RowClick event

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=2800
Printed Date: 28 March 2024 at 8:11pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: RowClick event
Posted By: castleJoe
Subject: RowClick event
Date Posted: 27 August 2005 at 4:09am
Why doesn't exists this basic event? The current way of checking the Mouse events, using the coordinates to find the clicked row is pretty "unique"...

Joe



Replies:
Posted By: daliaessam
Date Posted: 10 September 2005 at 6:20pm

I think you can use the SelectionChanged event, I use it as  folows:

Private Sub wndReportControl_SelectionChanged()

    Debug.Print "Selected Row: "; wndReportControl.FocusedRow.Index
   
End Sub



Posted By: castleJoe
Date Posted: 12 September 2005 at 3:41am
Sure, but all controls have this event -  it's about  easy of use ...



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