Category Names

Hi All, Is it possible to get the category values alone or in a view to show only categories alone???

In my agent I have to fetch the category values alone. I dont want to use dbcolumn…pls advise…

Regards,

Shankar.

Subject: Category Names

Shankar, have a look at the ColumnValues property of NotesViewEntry and possibly at NotesViewNavigator to navigate to category lines, only.

Can be a bit tricky at first, make sure to look at the code in debugger to see how it works.