0
When "delete" an accurate record hides it from a table, in the user view, but it must remain in the database.
I put a field called 'status
' on the table that manages just that.
In the exhibition I put one 'if
' performing the filter at select. Showing only records with the 'status == 1
'.
So far so good, my problem is giving the 'update
' to exchange only the value of 'status
' from 1 to 0. At the time the user decides to delete.