.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


FileDatabaseDelete @Command
Permanently deletes the current database file from the hard disk where it is stored.

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