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?
Thanks a lot for your support.
Mikaël Donini.
Subject: RE: Notes toolbar button, popup message and formula
Sorry, the LotusScript API doesn’t really let you dig around in these outline entries, which are of a special type. You can, however, copy them around, or export and import them as DXL (note format). If you need the formula to be different under different circumstances, you could use @Eval to execute a formula you read from somewhere.
Subject: Notes toolbar button, popup message and formula
Hi,
From the Lotus Notes Toolbar Preferences I am able to view Smarticon (toolbar button) formula.
But when I tried to view the same Outline Entry properties through Lotus Notes Designer, I am unable to find it.
Does any one how to view the formula through Lotus Notes Designer? Where is it stored formula string associated to a toolbar button?
Thanks,
Abhi