[progress Communities] [progress Openedge Abl] Forum Post: Re: 11.6.6: Error-status Behaviour

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

Torben

Guest
Even more funny, if real error inside repeat, it seems to have removed the num-messages after the END! :( So seems someone is tampering with error status in the 'END.' of repeat loop! DEFINE VARIABLE i AS INT64 NO-UNDO. define variable LocRetText as character no-undo. input from value("C:\windows\system.ini"). repeat: import unformatted LocRetText no-error. i = INT("a") NO-ERROR. end. input close. message "done" ERROR-STATUS:ERROR ERROR-STATUS:NUM-MESSAGES view-as alert-box.

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