E.g.
Dim s As New NotesSession
Dim doc As New NotesDocument( s.CurrentDatabase )
Call doc.replaceItemValue( "field1", "1" )
Call doc.replaceItemValue( "field2", "2" )
'col is a NotesDocumentCollection
Call col.StampAllMulti( doc )
My useful and useless experiments with Lotus Notes / Domino
Dim s As New NotesSession
Dim doc As New NotesDocument( s.CurrentDatabase )
Call doc.replaceItemValue( "field1", "1" )
Call doc.replaceItemValue( "field2", "2" )
'col is a NotesDocumentCollection
Call col.StampAllMulti( doc )
2009 All Rights Reserved DontPanic - a blog about Lotus Notes / Domino.
Free Blogger Templates by DeluxeTemplates.net • Wordpress designed by Acosmin
1 comments:
Very cool !
I should start reading the Read Me !
Post a Comment