11 | notesDocument.GetItemText( itemName$ )Michael Tassati3923 - 16 2010 / (6) New methode "GetItemText" in NotesDocument class (Lotusscript) to get item text value.
Currently you have to initalize a NotesItem object to use GetItemText. It should be able to use GetItemText like GetItemValue from NotesDocument object. |
2 | a new methode like notesDocument.AppendItemValue to add values to already existing itemsMichael Tassati3923 - 16 2010 / (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 ... |