Message 1 of 3
Description after Filename in Browser Tree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to show the Description after the Filename/Part Number in the Browser Tree.
This was posted a long time ago.
You can do that with this rule:
oDoc.DisplayName = iProperties.Value("Project", "Part Number") ' & " - " & iProperties.Value("Project", "Description")
The disadvantage, however, is that this is recorded in the files and if you want to switch between whether or not a description is visible, all files have to be saved again.
Does anyone have experience with iterate the browser tree and then mention the description without affecting the files?
In practice, not every user is charmed by this info in the browser tree, which is why it seems useful to me to be able to switch between them quickly.