Determine category name

I am required to develop a VB application to retrieve Domino database information. I have managed to retrieve information from the database successfully but categorised views have been tricky. Although i can obtain the data within each category okay i cannot obtain the actual category name. Does anyone have any clues or guidance?

Thanks in advance

Subject: Determine category name

The LotusScript class NotesViewNavigator used instead of NotesView will get you categories. Use ViewEntry instead of Document. Hopefully, that will put you in the right direction.