![]() |
EDIT CELL END |
Post Reply
|
| Author | |
yangyanhui
Senior Member
Joined: 20 August 2020 Status: Offline Points: 131 |
Post Options
Thanks(0)
Quote Reply
Topic: EDIT CELL ENDPosted: 21 September 2020 at 9:31pm |
|
HI,I have create a reportctrl which allows edit.I want to do something after one cell is edited.What event should I write?thanks
|
|
![]() |
|
cpede
Senior Member
Joined: 13 August 2004 Location: Denmark Status: Offline Points: 683 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 September 2020 at 3:28am |
|
I use
ON_NOTIFY(XTP_NM_REPORT_VALUECHANGED, IDC_LIST, OnValueChanged) void OnValueChanged(NMHDR* pNotifyStruct,LRESULT* /*result*/) { XTP_NM_REPORTRECORDITEM* pItemNotify = (XTP_NM_REPORTRECORDITEM*)pNotifyStruct; if (pItemNotify==NULL) return; : : |
|
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
![]() |
|
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 |