J
jquerijero
Guest
I've been trying to create a reproducible code for the problem when errors that are normally trapped by NO-ERROR becomes untrappable (even CATCH is not able to) and the program continues on to the next line after dismissing the error message (it is ignoring DO block directive, at least, when using the debugger). When the error occurs during the call to a web service method, the application might encounter SSL error, which is expected for call over the web. My pared down code is trapping the NO-ERROR with no issue, but the application doesn't. Do you know of possible constructs, keywords or statements that could possibly affect NO-ERROR?
Continue reading...
Continue reading...