I’m having a big problem getting the isCategory property of the NotesViewEntry object to return True. I’m running the sample code from Designer help against a categorized view, and no matter what I do, none of the entries return True to the isCategory propertly. Does anyone out there use this property with success?
Dim session As New NotesSession
Dim wksp As New NotesUIWorkspace
Dim db As NotesDatabase
Dim view As NotesView
Dim entry As NotesViewEntry
Dim viewnav As NotesViewNavigator
Set db = session.CurrentDatabase
Set view = db.GetView("1. Date\Threaded")
Set viewnav = view.CreateViewNav
Set entry = viewnav.GetFirst( )
Print entry.IsCategory