FORMULA LANGUAGE


AttachmentDetachAll @Command
Displays the Save Attachments To dialog box, where you select a location for the current document's attachments.

Syntax

@Command( [AttachmentDetachAll] )

Usage


The document must have two or more attachments and at least one must be selected.

This @command does not work when used in a hotspot button. The hotspot button takes focus away from the attachment that must be selected to be detached. Use an action button instead.

This @command does not work on the Web. To detach an attachment from a form via a Web browser, a user can click the attachment's icon.

Language cross-reference

ExtractFile method of LotusScript NotesEmbeddedObject class

extractFile method of Java EmbeddedObject class

See Also