NetTalk Central

Author Topic: Delete record with no are you sure message when you click the delete button.  (Read 2145 times)

ozejohn

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Email
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?


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
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

ozejohn

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
    • Email
Bruce,

Thanks for then help.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
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