Can I trap the delete event and change it to an update
Can I trap the delete event and change it to an update
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
What you would do is not use a delete action, but rather an edit that is just visually labeled "Delete" for the end user.
Have a look at the
edit()
documentation, and the examples towards the end of the page which show you you can trigger it programmatically (if you want to do that).Allan
I should have thought of that.
Many thanks
Pete