Ended up doing this and it worked:
Set item = doc.GetFirstItem("ITOwnersAll")
Dim newVals( 1 To 4 ) As String
newVals( 1 ) = doc.ADDSystemTaskAssignee1(0)
newVals( 2 ) = doc.ADDSystemTaskAssignee2(0)
newVals( 3 ) = doc.ADDSystemTaskAssignee3(0)
newVals( 4 ) = doc.ADDSystemTaskAssignee4(0)...
I'm trying to append names in a field but I get illegal use of property and can't figure out why. What I'm trying to do is I have 4 fields with different names in them, I want them all in a Text list field so I can display the same doc in a view multple times. The code I'm having problems with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.