Mikael Donini 22.Apr.08 05:24 AM a Web browser Open MicAll ReleasesAll Platforms
Dear All,
When you create a toolbar in Notes (via a right-click on the bar area --> Toolbar Preferences), then an outline entry is created in the "UserToolbar" outline.
For each created button, using Domino Designer allows accessing its Label, Popup and alias.
I have two questions regarding this topic:
1- Using Lotusscript, we can navigate inside the outline (via GetFirst and GetNext), retrieve the entries and modify their aliases and labels. Is it possible to modify the popup string of an outline entry?
popup help string = string that appear on a button when the mouse is over the button
2- Where is stored the formula string associated to a toolbar button? Is it readable in Lotusscript, writeable?