Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Report control group row
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Report control group row

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


Joined: 09 December 2004
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote aramacha Quote  Post ReplyReply Direct Link To This Post Topic: Report control group row
    Posted: 09 December 2004 at 11:47am
Hello,

  I would like to be able to detect when a group row in the report control has been clicked.  I can get a regular row that has an associated record using something like:

  ON_NOTIFY(NM_CLICK,ID_REPORT_CONTROL,OnRowClick)

and

afx_msg void OnRowClick(NMHDR * pNotifyStruct, LRESULT * result)

  This does not seem to work for group rows.  Is there a way to handle clicks on a group row, so I can do something useful in my app?  Also, once I am done, I'd like to return control to the framework so the default group row behavior (grouping, expand/collapse, etc.) continues as usual.  Thanks,


Best regards,

Anand
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.047 seconds.