Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - XTP_NM_REPORT_SELCHANGED
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XTP_NM_REPORT_SELCHANGED

 Post Reply Post Reply
Author
Message
seaworm View Drop Down
Newbie
Newbie
Avatar

Joined: 25 July 2007
Location: Korea, South
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote seaworm Quote  Post ReplyReply Direct Link To This Post Topic: XTP_NM_REPORT_SELCHANGED
    Posted: 18 March 2008 at 7:15am

In XTP_NM_REPORT_SELCHANGED Message,

How can I Get the information of the selected row.
 
 
In NM_CLICK Message,
I can get the information.
see below
 
For example
-----------------------------------------------------------------------------------------
void CListview::OnReportItemClick(NMHDR *pNMHDR, LRESULT *pResult)
{
   XTP_NM_REPORTRECORDITEM* pItemNotify =(XTP_NM_REPORTRECORDITEM*)pNMHDR;
 
}
-----------------------------------------------------------------------------------------
 
But I can't get information with same way in  XTP_NM_REPORT_SELCHANGED Message.
 
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2008 at 4:29pm
Hi;
 
what about calling CXTPReportControl::GetSelectedRows() and/or CXTPReportControl::GetFocusedRow()?
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
seaworm View Drop Down
Newbie
Newbie
Avatar

Joined: 25 July 2007
Location: Korea, South
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote seaworm Quote  Post ReplyReply Direct Link To This Post Posted: 19 March 2008 at 7:29am
Thank you very much.
 
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.156 seconds.