Posted by Grant Foraker on March 21, 2017 at 08:06:14:
In Reply to: Re: ErrorLog posted by Barbara Brazil on March 21, 2017 at 06:36:58:
IT guy created a new DIR and made a copy of a history version of the JDF (Key) but didn't copy it as an ExtKey. The E54 gave no clue that the JDF was on XXX. So I'm hunting down a problem with JDF on DSK that doesn't exist :( IT guy called when he came in that morning and explained what he had done.
As to coding.
My ProgramError routine has simplified over the years. I can take out the SELECT and use an IF/ELSE.
3000 CLEARLOCAL
ERRORTO ProgramError
OPEN (21) 'JDF', KEY = 'XREFKEY'
==============================================
ProgramError:
9800!
SELECT CASE EXCP
CASE 33 ! EXTRACT ERROR
ENTER 'WEXREC' ! DISPLAY EXTRACTS
ERRORTO ProgramError ! RESET
AGAIN
CASE ELSE
GOTO FatalError
ENDSELECT
!
FatalError:
ERROR
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.