Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - RowClick event
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RowClick event

 Post Reply Post Reply
Author
Message
castleJoe View Drop Down
Newbie
Newbie


Joined: 16 August 2004
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote castleJoe Quote  Post ReplyReply Direct Link To This Post Topic: RowClick event
    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
Back to Top
daliaessam View Drop Down
Newbie
Newbie


Joined: 28 June 2005
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote daliaessam Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
castleJoe View Drop Down
Newbie
Newbie


Joined: 16 August 2004
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote castleJoe Quote  Post ReplyReply Direct Link To This Post Posted: 12 September 2005 at 3:41am
Sure, but all controls have this event -  it's about  easy of use ...
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.