.

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

LOTUSSCRIPT/COM/OLE CLASSES


StampAll method
Example

Replaces the value of a specified item in all documents associated with the entries in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Call notesViewEntryCollection.StampAll( itemname$ , value )

Parameters

itemname$


value
Usage

If the item does not exist, it is created.

The item values are immediately written to the documents on the server. You do not have to use the Save method of NotesDocument after StampAll. However, any documents modified by your script must be saved before calling StampAll.

This method does not modify existing NotesDocument objects. Documents must be retrieved again to see the changes.

Language cross-reference

stampAll method in Java ViewEntryCollection class

Example