XTP_NM_REPORT_SELCHANGED |
Post Reply |
Author | |
seaworm
Newbie Joined: 25 July 2007 Location: Korea, South Status: Offline Points: 7 |
Post Options
Thanks(0)
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.
|
|
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
|
Hi;
what about calling CXTPReportControl::GetSelectedRows() and/or CXTPReportControl::GetFocusedRow()?
|
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
seaworm
Newbie Joined: 25 July 2007 Location: Korea, South Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thank you very much.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |