Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jan 31, 2020

A view column, that is used to change the view lines back- or foreground color, should be programatically identifiable

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

  • Attach files