I have a client that uses 3 of the default icons that you can call by their icon number in notes.
Ok, so you’re talking about designing a view then.
The field that contains these icons is a number field, and won’t accept a text value for additional icons.
Huh!? You’re in a form? Then how are you referring to an icon by number? In pass-through html? Please provide details as to where you’re writing code, and provide the code.
I think perhaps James means a column when he says field. In that case, you would need a separate column with a text value for the text value of an image resource. This can be a list as well. For example, in a database I use, there are two columns next to each other. The first has the formula
You don’t. You add image resources to the database and call them by filename in the icon column. You would need to rewrite parts of the Notes client in order to add numbered icons to the Lotus-supplied collection. If you want to avoid any computation in the view column, then you should usea text field and nothing but custom icons (you can grab the Lotus icons from the \domino\icons subdirectory on your workstation and import them into the database as image resources – all the filenames start with “vwicn”).