Hi I am new to Lotus so please forgive me if this sounds like a silly question. When I view my database in notes some of the functionality does not work. I try to add a new entry using the buttons I added and the following error appears " ‘Trett office’ entry not found in index or views index not built" Can some one explain to me what this means?
Thank you
Catherine Putt
Subject: build views, maybe post your code
View index not built means that the view your action/script refers to has not been built. Try opening that view, and/or do a Ctrl + Shift + F9 to build all the views in the database.
If that doesn’t solve the problem, there might be an issue with the code in your button. Post your code so we can take a look.
Subject: @dblookup - mostlikely the culprit
I am just guessing based on the info you provided but - Look on your Form for a field (Maybe Off) and its probably is doing a DBlookup for the drop-down field and the formula is incorrect.
You may be missing the servername in the formula.
hope this helps…