FORMULA LANGUAGE
Note This command is new with Release 6.
Syntax
@Command( [DatabaseDelete] )
Usage
This command executes immediately. Use the FileDatabaseDelete @command to execute after all @functions. See the Order of evaluation for formula statements topic for more details.
A database icon must be selected, but the database cannot be open. The user must have Manager access in order to delete the database.
This command does not work on the Web.
Note To remove the database icon from the user's workspace without deleting the database, use @Command([FileDatabaseRemove]).
Language cross-reference
Remove method of LotusScript NotesDatabase class
remove method of Java Database class
See Also