What does error "ErrPropGetNotDefined" mean?

I have this error (227) coming up for some users in some locations. It is coming from a very simple line of code …

If Not (domDir Is Nothing) Then…

where domDir is defined as NotesDatabase, and is supposed to be populated if the user has defined a local PublicNAB.

The problem is related to the user/location combination. If the same user logs in at a different computer, the error does not occur.

Any ideas?

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.