2130

Information and discussion about BR error codes.

Moderators: Susan Smith, admin

Post Reply
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

2130

Post by John »

it seems that if you do an "EDIT ~" that an Error 2130 is never appropriate, because the developer clearly wants all the program from source.

I believe this error should not happen when EDIT ~ is used. Why couldn't we just go ahead and merge the changes?
John Bowman
gordon
Posts: 358
Joined: Fri Apr 24, 2009 6:02 pm

Post by gordon »

The purpose of error 2130 is to protect a program from being edited by a different user once it is loaded. The fact that one person uses EDIT ~ or any other means for modifying a program doesn't seem to override the need for this type of protection.

I suggest that you rename a program that you need to save while someone else has it in use.
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Post by John »

that someone else was, of course, myself.

simple reloading the program and then re-doing the ED ~ works fine. The error just didn't seem appropriate (to me) in the first place.
John Bowman
Post Reply