Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
A Resume statement appeared outside error-handling code, or the code jumped into an error handler even though there was no error.
To correct this error
Move the
Resumestatement into an error handler, or delete it.Jumps to labels cannot occur across procedures, so search the procedure for the label that identifies the error handler. If you find a duplicate label specified as the target of a
GoTostatement that isn't anOn Error GoTostatement, change the line label to agree with its intended target.