[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE still makes mysterious distinction between RETURN ERROR CH-Error versus UNDO THRO

  • Thread starter Thread starter Torben
  • Start date Start date
Status
Not open for further replies.
T

Torben

Guest
No, no question, Just something that caused our transition from classic to structured error handling (including suppressing errors) not to work as we initially expected. (And in our case a RETURN ERROR came from an include file, so it was not directly visible in code being modified) A solution we sometimes used was to wrap the include inside a procedure, so RETURN ERROR was converted to AppError in the caller. {incldue/return-error} -> run p. procedure p: {incldue/return-error} end procedure.

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