@Command( [FileOpenDatabase]; serverName : databaseName );
@UpdateFormulaContext;
@Command( [RunAgent]; AgentName );
@Command( [CloseWindow] )
(revised text from my own comment 12433464 at Experts-Exchange)

Andrea Ercolino, Software Engineer
Lotus Domino/Notes in general and the Lotus Notes client in particular
@Command( [FileOpenDatabase]; serverName : databaseName );
@UpdateFormulaContext;
@Command( [RunAgent]; AgentName );
@Command( [CloseWindow] )
(revised text from my own comment 12433464 at Experts-Exchange)
Lotus Notes possiblities are founded upon the concept of NotesDocument, which is just like a paper document. Paper documents are flexible because they can be updated in a breeze. For example you can add a date stamp to any paper document when it arrives to you, even if it was not created with a white space for that purpose. NotesDocuments can be individually changed as needed, both pasting in and cutting information from them.
(revised text from my own comment 12349953 at Experts-Exchange)
Some documents with web bookmarks appear in a Notes view. How do you open a bookmarked page bypassing the opening of the corresponding Notes document?
Two solutions follow: one uses Notes magic, and the other the InViewEdit event.
Notes magic
now, if you double click the Bookmark document, the page (just it) appears in a new window
(revised text from my own comment 12351627 at Experts-Exchange)
InViewEdit event
Something special happens if an editable column shows a value as an icon: The SAVE_REQUEST type of the InViewEdit event is triggered as soon as the user clicks on the icon.
(revised text from my own comment 12738085 at Experts-Exchange)