.

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


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