NetTalk Central

Author Topic: Error message deleting a record, even if Suppress is cheked  (Read 3040 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Error message deleting a record, even if Suppress is cheked
« on: April 21, 2013, 05:32:39 AM »
Hi.
NT6 MsSql
Deleting a record with a form I get a "hstm errror...." message, press accept and the the retry message box, click yes and it was deleted.
Supress.... is cheked.
I need to suppress this messages because its stops the server.
How can I do it?
Thanks


-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Error message deleting a record, even if Suppress is cheked
« Reply #2 on: April 22, 2013, 01:59:39 AM »
My problem is not the htsm error.

My problem is that the NT6 app , using a webform , when trying to delete a record , if there is any error, it stops the server with an error message... even having the "Supress error messages" turned on.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Error message deleting a record, even if Suppress is cheked
« Reply #3 on: April 23, 2013, 05:04:14 AM »
you can bypass the MESSAGE command in Clarion by making use of the prop:MessageHook support (see Clarion Docs).

Or get our MessageBox product which does this, and does all the hard work for you.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Error message deleting a record, even if Suppress is cheked
« Reply #4 on: April 23, 2013, 11:10:33 PM »
Thanks Bruce but I got a message error deleting e record with NT6.
I check the source code and you use p_web._deleterecord
Then ehat is the "Suppress errors..." check for?
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Error message deleting a record, even if Suppress is cheked
« Reply #5 on: April 24, 2013, 04:58:08 AM »
it suppresses MESSAGEs generated by the NetTalk objects when things go wrong.
Suppressing Messages at the system level though is outside the scope of NetTalk itself.

cheers
Bruce