NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on April 21, 2013, 05:32:39 AM

Title: Error message deleting a record, even if Suppress is cheked
Post by: Alberto 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


Title: Re: Error message deleting a record, even if Suppress is cheked
Post by: Bruce on April 21, 2013, 07:15:46 AM
see this thread;
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=403.0
for some ideas.

cheers
Bruce
Title: Re: Error message deleting a record, even if Suppress is cheked
Post by: Alberto 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.
Title: Re: Error message deleting a record, even if Suppress is cheked
Post by: Bruce 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
Title: Re: Error message deleting a record, even if Suppress is cheked
Post by: Alberto 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?
Title: Re: Error message deleting a record, even if Suppress is cheked
Post by: Bruce 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