FORMULA LANGUAGE
Syntax
@Command( [FileDatabaseDelete] )
Usage
This command executes after all @functions. Use @Command([DatabaseDelete]) to execute immediately. 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.
Note To remove the database icon from the user's workspace without deleting the database, use @Command([FileDatabaseRemove]).
This command does not work on the Web.
Language cross-reference
Remove method of LotusScript NotesDatabase class
remove method of Java Database class
See Also