PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Strange message returned by ExceptionInfo(), ErrorInfo(), HErrorInfo(), etc.
Strange message returned by ExceptionInfo(), ErrorInfo(), HErrorInfo(), etc.
Started by HIS 21, Oct., 03 2016 10:48 AM - No answer
Registered member
12 messages
Posted on October, 03 2016 - 10:48 AM
Good Morning everybody,

I have a annoying problem when I use, for example, the ExceptionInfo() function:

the string containing the description of the problem always contain "<!s!>" instead of the name of server or of table.

For example, I have this string returned by ExceptionInfo() after an error caused by a wrong HOpen() function call:

HOpen function called.
Communication with <!s!> server failed.
The comunication was closed.

Is there a way to get correct error message?

Thanks for your answers.
Message modified, October, 03 2016 - 10:49 AM