I would loop through all new rows before saving:
for lRow = 1 to this.RowCount()
this.SetItem ( lRow, 'name' , trim ( this.GetItemString ( lRow , 'name' ))
next
I would loop through all new rows before saving:
for lRow = 1 to this.RowCount()
this.SetItem ( lRow, 'name' , trim ( this.GetItemString ( lRow , 'name' ))
next