J
jdpjamesp
Guest
Interestingly, if I change it as below, I just get the catch error. DEFINE TEMP-TABLE ttRow FIELD RowIdent AS CHARACTER INDEX ttRow1 IS UNIQUE RowIdent. DEFINE VARIABLE i AS INTEGER NO-UNDO. do transaction ON ERROR UNDO, THROW: FOR EACH customer NO-LOCK ON ERROR UNDO, THROW: CREATE ttRow. ASSIGN ttRow.Rowident = "1". END. end. CATCH e AS PROGRESS.Lang.SysError: MESSAGE "I got it! " SKIP(1) e:GetMessage(1) VIEW-AS ALERT-BOX. END CATCH. Edit: I should add I'm on 11.2.1
Continue reading...
Continue reading...