Skip to main content
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:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Multiple Value Date Field - How to Insert Values?
~Andy Nimboositerjip 3.Oct.03 11:01 AM a Web browser
Applications Development All Releases All Platforms


Otherwise uses following code


Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim doc As notesdocument
Dim datelist() As Variant
Dim Newdate As Variant

Set uidoc = workspace.CurrentDocument
Set doc=Uidoc.document

Newdate=Cdat("12-12-97")
Count=0
Forall i In Doc.x
Redim Preserve datelist(Count)
datelist(Count)=i
Count=Count+1
End Forall
If datelist(0)="" Then Exit Sub
Redim Preserve datelist(Count)
datelist(Count)=Newdate
Doc.x=datelist
End Sub




Multiple Value Date Field - How to ... (~Yoshi Brefreek... 3.Oct.03)
. . RE: Multiple Value Date Field - How... (~Andy Nimboosit... 3.Oct.03)
. . . . RE: Multiple Value Date Field - How... (~Yoshi Brefreek... 3.Oct.03)
. . . . . . RE: Multiple Value Date Field - How... (~Andy Nimboosit... 3.Oct.03)
. . . . RE: Multiple Value Date Field - How... (~Yoshi Brefreek... 3.Oct.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS