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 with no are you sure message when you click the delete button.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Delete record with no are you sure message when you click the delete button. (Read 3415 times)
ozejohn
Jr. Member
Posts: 87
Delete record with no are you sure message when you click the delete button.
«
on:
November 21, 2008, 09:58:25 PM »
Hi,
On some forms and EIP browse windows I would like to delete the record as soon as the user clicks on the delete button. I do not want a message to popup asking if they are sure.
For Clarion forms you have a option to disable the message on delete and just delete the record. Is there such an option for Nettalk Web Forms? If not is there a way to get around the message anyway?
Logged
Bruce
Global Moderator
Hero Member
Posts: 11244
Re: Delete record with no are you sure message when you click the delete button.
«
Reply #1 on:
November 24, 2008, 05:27:16 AM »
Hi John,
The message happens in JavaScript, so the only way to turn it off at the moment is to edit all.js and netweb.js, and remove all.js.gz & netweb.js.gz in your scripts folder.
Cheers
Bruce
Logged
ozejohn
Jr. Member
Posts: 87
Re: Delete record with no are you sure message when you click the delete button.
«
Reply #2 on:
November 24, 2008, 09:53:27 PM »
Bruce,
Thanks for then help.
Logged
Bruce
Global Moderator
Hero Member
Posts: 11244
Re: Delete record with no are you sure message when you click the delete button.
«
Reply #3 on:
November 25, 2008, 07:15:42 AM »
I've tweaked it for the next build (PR20) so you can turn the confirmation on and off at the template level,and also customise the popup message as well...
Cheers
Bruce
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Delete record with no are you sure message when you click the delete button.