NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
see this thread;
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=403.0
for some ideas.
cheers
Bruce
-
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.
-
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
-
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?
-
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