Hi,
I try to update a column value in the current row in a ListView, but it doesn't work as expected. Nothing changes on the screen.
Does someone have a working example, or an idea why it doesn't work?
if (AL30 !='') {
var tmp = "99999" + self.INBN;
ListControl.ListView.SetValueByColumnName("INBN", tmp);
var selectedItems = ListControl.ListView.GetValueByColumnName("INBN");
self.log("INBN updated ##################--> " + selectedItems);
}
Debug Session:
