Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ThreeDog

    Appending names to a list

    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)...
  2. ThreeDog

    Appending names to a list

    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...

Part and Inventory Search

Back
Top