0

trigger after delete
Hi.
Is there a way to execute a code after delete a record?
Thanks
Fabio
Like Follow
9replies
-
Hi, Fabio, there are probably more elegant ways to do it than this, but here's how I might move a record to a different table. See Candidates.
https://www.dropbox.com/s/clp3o6ew5f8vk7v/Record%20delete%20example.ninox?dl=0
-
HI what would work for for trigger after delete?
i want to delete a reccord in another table that has the same lot#
if i use user control to avoid deleting of a record in table 1 it will not let me delete it with a trigger button eighter
( i was going to stop user from deleting using the garbage can and only be able to delete via button , but it share the same permissions)
any other way?