Subject: what does error “ErrPropGetNotDefined” mean??
Error codes in that number range are LotusScript language errors – in other words, it’s not to do with the product (NotesXXXX) classes. The error SHOULD mean that an attempt was made to access a custom class property that does not have a property getter method defined. I can’t tell you what it means in this instance. Is the code accessing a local database (such as the private address book)?
Subject: RE: what does error “ErrPropGetNotDefined” mean??
Thanks for the input. The mystery is that the code works for 99.9% of users, and works for these users IF they are accessing from a different computer. It looks like it has something to do with the object returned by a routine that is looking for local Public NABs.