NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on September 13, 2009, 12:33:36 PM
-
Hi,
I would like to suppress the confirm message that appears when I delete a record from a file using EIP.
Especially when the file is not in abrowse but when the deletion happens to a record related to the records in the browse.
Cheers,
Rene
-
There's an option for this on the form tab.
Cheers
Bruce
-
Bruce,
I know there is.
But the records are written in the server side code, when a check box is selected (on), in the server side code and deleted when the checkbox is unchecked (off) also in the serverside code.
So there is no form.
Cheers,
Rene
-
What code are you using to delete it?
Try
Relate:YourTable.Delete(0)
Hope this helps
Alberto
-
Thanks Alberto.
I'll try.
Rene
-
Thanks again Alberto. It works fine now
Rene