NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: hkalmbach on March 22, 2014, 04:39:56 AM
-
Hi together,
is it possible to place embed code to write a log file if a user deletes a record in a browse list.
I have a delete button in every row.
Thanks a lot
Heinz
-
Hi,
When you use SQL of some sort you could do it by declaring an "on-delete" trigger on that particular table.
Rene
-
Hi Rene,
unfortunately not, I am still using tps files.
Heinz
-
there are a few ways to do it - but from memory the browse calls the form to do a delete, so the normal form embed (ValidateDelete routine) is probably the right place for you.
cheers
Bruce