This is a piece of code :
...
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : NotModified!
dw.SetItem(l_row,s_colname,s_value)
dw.AcceptText()
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : DataModified!
li_RCode = dw.SetItemStatus(l_row,s_colname,Primary!,NotModified!)
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : DataModified!
....
Has anyone an idea why the DWItemStatus is not NotModified! as it should be.
Thanks
...
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : NotModified!
dw.SetItem(l_row,s_colname,s_value)
dw.AcceptText()
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : DataModified!
li_RCode = dw.SetItemStatus(l_row,s_colname,Primary!,NotModified!)
ldwi = dw.GetItemStatus(l_row, s_colname,Primary!)
// ldwi has the value : DataModified!
....
Has anyone an idea why the DWItemStatus is not NotModified! as it should be.
Thanks