This topic is locked

A way to prevent deleting multiple records at once??

6/11/2007 5:32:28 PM
PHPRunner General questions
J
jmmarrs author

Is there a way to prevent someone from Clicking on the "Select All" and then pressing the Delete-Selected? I can remove the "select all" check box but I use it when I sort the list in a specific order and then print all of the records. I'm trying to prevent the accidental "oops I just deleted everything". I have looked at maybe using Events but there is no Before Group Delete ???? (I do need the capability of selecting a single record and deleting it.)
Thanks for any help
Mike

J
Jane 6/13/2007

Mike,
unfortunately there is no way to check that user selects all records for deleting.

You can only check every record before deleting in the Before record deleted event.