Page 1 of 1

Trapping Delete Key

Posted: Thu Aug 16, 2018 6:44 pm
by BRobinsonS
Is there a way to trap the delete key?
In my database program if someone hits Delete on purpose or in error I don't want a record deleted.
I would hope I can have the Message "Are you sure you want to delete this record?" and allow a chance to cancel the operation.

Re: Trapping Delete Key

Posted: Fri Aug 17, 2018 8:26 am
by Wrangler
The delete key won't do anything unless you assign a hot key to it. The only way to delete a record is to program a button for it.