Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hierarchical Flex Grid Control - Recognising Selection of Rows

Status
Not open for further replies.

WedKev

Programmer
Oct 29, 1999
1
GB
I've been searching events, methods and procedures but can't find anything that will help: How can I identify when a row is selected in a Hierarchical FlexGrid Control? I'm using it with a Hierarchical recordset and want to update a chart in a certain way when the User selects a row?<br>

<br>

I want to try and avoid comparing against numbers of cells selected if I can help it.<br>

<br>

Please e-mail suttonk@ms.com<br>

<br>

Thank you!
 
I don't remember exactly, but I think I ran into the same problem some time ago. What I finally found is that when I checked what row in the click event it wouldn't work, but in the mouse down event it did. I have no idea why. So try this in the mouse_down event. rownum = MSHFlexGrid1.Row
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top