Question

Our users told us that when they accessed some views from an outline this prompt - message is showing:

Not a member: ALLDOCUMENTS 

After this message is shown, the view is opened correctly. I opened the respective views but in the view selection formula there isn't any @Formula regarding @UserRoles.

Also, in designer when I modify something and then ctrl + S the view => same error, with the title of the prompt message: IBM Domino Designer.

I appreciate any help and your time!

Was it helpful?

Solution

That means, that somewhere in the code of the view that is being opened there is LotusScript- Code, that tries to call the "allDocuments"- Property of an object. "AllDocuments" usually is a member of NotesDatabase- Class. But maybe a developer mixed it up with the "AllEntries"- Property of the NotesView- Class. Or the NotesDatabase- Object is defined as Variant and not assigned yet (timing issue)...

Whatever: This is a selfmade error... Ask the developer of the app or find out yourself:

You need to use the designer- client to examine the view that should be opened for any LotusScript found there or use the Debugger to find out the faulting code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top