It looks like there is a bug with the CaretCategory property of NotesUIView. If document is selected in a categorized view, with one category, and the selected document is more than 20 documents down from the first document in the category then CaretCategory returns “Not implemented yet”. If any other document (even ones near the top to the category) is selected then CaretCategory still returns “Not implemented yet”, until the database has been closed and reopened… If the database is reopened and a document is first selected near the top of the category then CaretCategory properly returns the name of the current category. CaretCategory will continue to return the proper category, even for documents greater than the 20th document, for as long as the database is not exited.
Has anyone else seen this problem?
I searched Notes.Net and found one post with a similar problem but the only response was no help at all, as it suggested to trap the error but it’s not a error, CarretCategory is just returning the incorrect value.
I also searched the tech Notes with no luck.