FORMULA LANGUAGE


FileOpenDBRepID @Command
Example

Opens the specified database to the specified view, highlighting the first document whose value in the sort column matches the key. You specify a database using its replica ID, and Notes/Domino searches the workspace and all servers available in the current session to find a replica.

Syntax

@Command( [FileOpenDBRepID] ; replicaID ; serverHint ; viewName ; key ; newInstance ; temporary )

or

@Command( [FileOpenDBRepID] ; replicaID ; serverHint ; navigator ; solo; newInstance ; temporary )

Parameters

replicaID


serverHint
viewName
key
newInstance
temporary
navigator
solo
Usage

FileOpenDBRepID is useful whenever you want to write a formula for users working on several different replicas of the same database. Libraries, for example, use this command to open a database from the library.

FileOpenDBRepID looks for the replica in the following order:


This command does not work on the Web.

Language cross-reference

OpenByReplicaID method of LotusScript NotesDatabase class

Example
See Also