[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Web service error method call becomes untrappable

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
I don't know of any case where an error occurs with NO-ERROR where the error message is not trapped and yet you move onto the next line. The only thing that should not be handle-able by NO-ERROR are Stop conditions. But if that occurs, you should NOT move onto the next line. Program flow would be handled by any ON STOP phrase (or in 11.7 w/ -catchStop by a relevant CATCH block). If you manage to create a reproducible case you should log a bug.

Continue reading...
 
Status
Not open for further replies.
Back
Top