[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
If you use RETURN ERROR, then ERROR-STATUS:ERROR will be yes and ERROR-STATUS:NUM-MESSAGES 0! If you change code to check for ERROR-STATUS just after line with NO-ERROR excample seems to work! repeat: import unformatted LocRetText no-error. IF ERROR-STATUS:ERROR THEN MESSAGE "ERROR" VIEW-AS ALERT-BOX. end. So follow the recommendation and check for ERROR-STATUS:ERROR just after the line with NO-ERROR!

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