FORMULA LANGUAGE
Deletes documents marked for deletion in a database and refreshes the view.
Note This @command is new with Release 5.
Syntax
@Command( [EmptyTrash] )
Usage
This command permanently deletes any documents currently marked for deletion (use MoveToTrash @Command to mark documents for deletion).
You can use this command with Web applications. The View applet is also programmable via this @command.
Language cross-reference
ViewRefresh method of LotusScript NotesUIWorkspace class
Example See Also