If one intends to export with a generic class a view via Lotusscript one runs into the problem that the viewentries column values can contain color information and they can'tbe identified as such. Just assuming that every column value which contains a numeric list with 6 values each of them less than 256 is not really a good criteria.
Counting the visible columns (not hidden) in the NotesView Columns property does not fit to the number of column values returned by the view entry columnvalues property if one uses a column to change the color.
Usually such a view column is set to be hidden, but in the ViewEntries column property these "hidden" values do exist and one does not expect them there, as they were set to be hidden.
Either change the method to collect the entries column value respecting the hidden property also for those color columns or if you want to keep them to be able to export them, add a property in the NotesViewColumn class, that allows to identify such a column as line color changer. i.E. IsColorColumn as boolean
Jochen Herrmann, Roland AG