- Jeong Hwan Jang
- PowerBuilder
- Thursday, 11 June 2020 07:17 AM UTC
Hi, everyone.
I made a datawindow named 'dw_list' has a CheckBox column as below.
I try to make a process with checked rows in the dw_list, when some button is clicked.
But I don't want ItemStatus of the dw_list to change to Datamodified.
So I wrote the scipt in the itemchanged event like under.
if dwo.name = 'check_yn' then
This.SetItemStatus(row, 0, Primary!, NotModified!)
end if
But dw_list.modifiedcount() is still not 0 after check the CheckBox.
How can I make the datawindow to NotModified?
I'm looking forward to your help.
Thanks.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.