[stackoverflow] [progress Openedge Abl] Re-raise/-throw An Error

Status
Not open for further replies.
U

user2190035

Guest
I want to "re-raise" an error after a NO-ERROR statement like this:

FIND FIRST table
WHERE table.ID = myID
EXCLUSIVE-LOCK NO-WAIT NO-ERROR.

IF (NOT AVAILABLE temp AND LOCKED temp) THEN
/* Here I want to raise/throw the last error ("Raise ERROR:STATUS") */

IF (NOT AVAILABLE table) THEN
CREATE table.


Is there such an statement in Progress?

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