[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: -catchStop 1

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

Laura Stern

Guest
You can use Progress.Lang.Error to trap all stop conditions that have an error message, which is essentially all of the unexpected conditions that occur. StopError also works for those, but obviously would not catch normal errors. You would use a special catch (not StopError), for 4 specific conditions: STOP-AFTER, user interrupt, I.e., CTRL-C, the STOP statement, and, perhaps unfortunately, a lock conflict.

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