NetTalk Central

Author Topic: File error message on server  (Read 2598 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
File error message on server
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: File error message on server
« Reply #1 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