OK, so everything looks correct. That contradicts what you were saying earlier, where you said that even if you opened it for edit, the mode showed "r". I assume what you thought was that if you opened in edit mode the cellVIew in which the instance is contained that the master for each instance would also be in edit mode? That's not the case - it would be pretty annoying (especially in a design-managed environment) to have cellViews open by default in edit mode as this would cause a check out or lock them unnecessarily, as well as leading to a risk of unexpected changes being made. So regardless of whether the containing cellView is in "a" or "r" mode, the masters for the instances would be in "r" mode unless they're explicitly open in append mode. It's easy enough to reopen them in append mode though if you know you want to make changes to them. Just do: dbReopen(instDb~>master "a") Regards, Andrew.
↧