I tried to use the following LotusScript sequence in the QueryOpenDocument event off a view:
. . .
Dim NDir As NotesDBDirectory
Set NDir = SE.GetDBDirectory( db.server )
Set DDB= NDir.OpenDatabaseByReplicaID( note.RepID(0))
. . .
The designer raises an error:
17: Not a member: OPENDATABASEBYREPLICAID
And indeed its also not listed in the Auto List member Popup, but still mentioned in the help !
Joe Herrmann
For a successful technology, reality must take precedence over public relations, for nature cannot be fooled. (Richard P. Feynman)