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
»
Error message deleting a record, even if Suppress is cheked
« previous
next »
Print
Pages: [
1
]
Author
Topic: Error message deleting a record, even if Suppress is cheked (Read 3614 times)
Alberto
Hero Member
Posts: 1873
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
Logged
-----------
Regards
Alberto
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: Error message deleting a record, even if Suppress is cheked
«
Reply #1 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
Logged
Alberto
Hero Member
Posts: 1873
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.
Logged
-----------
Regards
Alberto
Bruce
Global Moderator
Hero Member
Posts: 11250
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
Logged
Alberto
Hero Member
Posts: 1873
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?
Logged
-----------
Regards
Alberto
Bruce
Global Moderator
Hero Member
Posts: 11250
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
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Error message deleting a record, even if Suppress is cheked