Notes/Domino Fix List
SPR # MHAC5LWTLJFixed in 6.0.5 releaseTemplate fix: catalog.ntf



Product Area: Client; Template Technical Area: Template Platform: Cross Platform

Lotus Customer Support APAR: LO00735

SPR# MHAC5LWTLJ - Fixed "Add Bookmark" action in visible views. Prior to this fix, the bookmark was not added.

Technote Number: 1109231

Problem:
When you click the 'Add Bookmark' button all that occurs is the database icon
is added to the Notes 6 Client workspace/desktop (Desktop6.ndk). You can see
the added icon by opening the workspace.

This issue was reported to Quality Engineering as SPR# MHAC5LWTLJ and has been
addressed in Notes 6.5.4 and 6.0.5.

Excerpt from the Lotus Notes and Domino Release 6.5.4 and 6.0.5 MR fix list
(available at http://www.ibm.com/developerworks/lotus/):

Template
SPR# MHAC5LWTLJ - Fixed "Add Bookmark" action in visible views. Prior to this
fix, the bookmark was not added.



The formula for the button is:

@PostedCommand([AddDatabase]; Server : Pathname)

As a workaround, you can change the formula in the action button to the
following:

@PostedCommand([AddDatabase]; Server : Pathname;"1")

This formula will open the database currently highlighted, and present the Add
Bookmark dialog box so you can choose where on the Bookmark bar you want to
place a bookmark to the database.

Another workaround is as follows:

@PostedCommand([FileOpenDatabase]; Server : Pathname; ""; ""; "");
@PostedCommand([AddBookmark];"";Title;"")

Customers have reported that this workaround can be used if the database you
are trying to add a bookmark for does NOT have the property, 'Show "About
Database" document when database is opened for the first time' selected.
However, if this property is selected, then the result will be a bookmark to
the 'About Database' document, not the database.
More >



Last Modified on 12/08/2013

Go back