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:
~Pippy Dwojumijip 10.Mar.07 05:00 PM a Web browser Domino Designer 6.5.1 Windows 2003
Hello,
I caeated an agent Useing Evaluate, there is an error in coding below, Would you please tell me what's wrong with str1 and str2?
Set doc = collection.GetFirstDocument()
Dim workspace As New NotesUIWorkspace
Dim picklist As Variant
Dim messagelist As String
picklist= workspace.PickListStrings( _
PICKLIST_CUSTOM, _
True, _
"Dom_Svr_1/Telesat/CASOC", _
"names.nsf", _
"People", _
"Name", _
"Please select some documents.", _
5, _
"" )