|
: 2 : 6 : 4 |
Add a NEW equivalent methode to NotesDocument class in LotusScript to add values to an already existing item. notesDocument.AppendItemValue has the problem to add new items with an other sequence number. In general, ReplaceItemValue is favored over AppendItemValue. If an item of the same name already exists in a document, AppendItemValue creates a second item of the same name, and the duplicate items are not accessible except through a work-around. If you are creating a new document, AppendItemValue is safe.
|