Hi experts:
I am using a HTMLB tableview to show data to the user linked to a internal table, and I am showing as well a DELETE button to erase the selected rows.
I'm using the prevselectedrowindextable table to obtain the rows to delete. It works, but I want that no row keep selected after I delete the selected ones.
I tried to refresh this table, prevselectedrowindextable, but still the table view marks the rows in the index that previously occuped the ones rows I've just erased from the table liked to the tableview.
Thanks in advance for your help.