This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Multiple Value Date Field - How to Insert Values? ~Andy Nimboositerjip 3.Oct.03 09:28 AM a Web browser Applications Development All ReleasesAll Platforms
Hi Try this
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
dim doc as notesdocument
Dim Item1 As NotesItem
Set uidoc = workspace.CurrentDocument
Set doc=Uidoc.document
Set Item1=Doc.GetFirstItem(Felt1)
Call Item1.AppendToTextList(Dateinfo)
Call uidoc.refresh