NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on July 10, 2014, 12:16:49 AM

Title: File error message on server
Post by: johanco123 on July 10, 2014, 12:16:49 AM
Hi Bruce

It sometimes happen that an error message appears on the server. 10 users use it simultaneously. If the error message is not killed on the server the process cannot proceed. Is there a way that I can log which procedure causing the error message?

Regards
Johan
Title: Re: File error message on server
Post by: Bruce on July 10, 2014, 06:38:01 AM
what does the Error message say? You mean like a MESSAGE call?
There are ABC methods that can spark these. I use MessageBox to filter these out so they don't display at all (but log them to a file.)
http://www.capesoft.com/accessories/mesboxsp.htm

An alternative is for you to "Hook" the Message command (see prop:MessageHook in the Clarion help.)

cheers
Bruce