I have two users that have access to the same view. This view has a column which displays the standard view Icons. One will see the icons that other will not. Where would the view column Icons be stored?
Thank you
I have two users that have access to the same view. This view has a column which displays the standard view Icons. One will see the icons that other will not. Where would the view column Icons be stored?
Thank you
Subject: Column Icons. Where are they Stored?
I am not exactly sure what you are trying to do but the view icons are stored in (from your data directory)…
…\Data\domino\icons
Subject: RE: Column Icons. Where are they Stored?
I have tried to remove this directory from the path, and then restarted Notes, but the ICONS are still there in the View columns, So my take on this is the ICONS are actually not stored in the physical disk space.
I gotta look elsewhere.
Just to make sure I also deleted my Cache.dsk but they are still shown in the view.
Thanks
Subject: RE: Column Icons. Where are they Stored?
hilook in the database shared ressources images
Subject: RE: Column Icons. Where are they Stored?
“my take on this is the ICONS are actually not stored in the physical disk space.”
Yes they are; your logic (that the notes client requires the OS path variable to find its dependent files) is faulty.
Subject: RE: Column Icons. Where are they Stored?
Yes they are - No they are not.
The icons stored in that directory are used when Domino needs to display views on the web, and references them as URL images.
However, they are also burried inside the code (in a DLL ?) that is used within the client.
(At least that’s how it use to be in the V4/5 days … editing the icon changed the web view, but not the Notes view. I was trying to get the mustard colored dot to be a yellow.)
Subject: *Exactly.
Subject: Column Icons. Where are they Stored?
The user probably customized their View. Tell that user to click open the View/Folder, from the menu selection View > Customize This View. Then click the “defaults” button. This will remove their custom settings, like hiding some view columns.
Subject: Column Icons. Where are they Stored?
hi Bernard, the icons are computed from document item values. So for the same document: if one user can see the icon and another cant see, so may be because the column is hidden or depends from user?
Subject: RE: Column Icons. Where are they Stored?
Actuall on this View Column, the formula is quite simple.
@if(Status = “Close” ; 100 ; 101)
This is just an example. There is also no HideWhen on the column.
Subject: RE: Column Icons. Where are they Stored?
hilooks a serious problem. You can try create another column dependant on Status with or without showing the values as symbols?
Subject: Column Icons. Where are they Stored?
Looks like a client corruption, as far as I can tell. Standard Notes icon are displayed by each client, normally, so I would imagine you will have to re-install Notes.
Before you do this though, try flushing the cache.dsk, compact the user’s workspace, and restart windows.
HTH
Nicolas Abesdris
Quintessence e-solutions Inc.