NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Delete record without confirm
« previous
next »
Print
Pages: [
1
]
Author
Topic: Delete record without confirm (Read 6576 times)
Rene Simons
Hero Member
Posts: 650
Delete record without confirm
«
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
Logged
Rene Simons
NT14.14
Bruce
Global Moderator
Hero Member
Posts: 11298
Re: Delete record without confirm
«
Reply #1 on:
September 13, 2009, 10:35:51 PM »
There's an option for this on the form tab.
Cheers
Bruce
Logged
Rene Simons
Hero Member
Posts: 650
Re: Delete record without confirm
«
Reply #2 on:
September 14, 2009, 11:10:40 AM »
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
Logged
Rene Simons
NT14.14
Alberto
Hero Member
Posts: 1884
Re: Delete record without confirm
«
Reply #3 on:
September 15, 2009, 05:12:57 AM »
What code are you using to delete it?
Try
Relate:YourTable.Delete(0)
Hope this helps
Alberto
Logged
-----------
Regards
Alberto
Rene Simons
Hero Member
Posts: 650
Re: Delete record without confirm
«
Reply #4 on:
September 15, 2009, 11:25:18 PM »
Thanks Alberto.
I'll try.
Rene
Logged
Rene Simons
NT14.14
Rene Simons
Hero Member
Posts: 650
Re: Delete record without confirm
«
Reply #5 on:
September 16, 2009, 11:39:45 PM »
Thanks again Alberto. It works fine now
Rene
Logged
Rene Simons
NT14.14
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Delete record without confirm