Deletion of selected row in table

HI, i am using tableview extension by ken. I would like to delete the selected row that i pick in the table. Currently my block functions are once the the row is pick, that row is automatically deleted. However, can i set the notifier (YES or NO) before the deletion of the selected row?
TableView.aia (57.4 KB)

Instead of deleting a row when picked, add a 'delete row' button to delete the highlighted row - otherwise, with a Notifier, your App will ask the User if the row should be deleted every time a Row is picked.

Your sample Project only has one row, but anyhow, try this:

TableViewDeleteRow.aia (57.6 KB)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.