LOTUSSCRIPT/COM/OLE CLASSES
Given a date, opens the specified database if it has been modified since that date.
Note This method is supported in LotusScript only. For COM, use OpenDatabaseIfModified in NotesDbDirectory.
Defined in
NotesDatabase
Syntax
flag = notesDatabase.OpenIfModified( server$, dbfile$, notesDateTime )
Parameters
server$
openIfModified method in Java Database class
Example See Also