HighTechTalks DotNet Forums  

Append Description Field

Dotnet Scripting microsoft.public.dotnet.scripting


Discuss Append Description Field in the Dotnet Scripting forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ambos
 
Posts: n/a

Default Append Description Field - 10-25-2004 , 10:29 PM






All of our Descriptions fields have a five digit number. I need to add the
words "Passed 1. 2005" to the right of the five digit value without
overwriting it. This is what I have so far. It will write the to the
"Description" only if it is empty.

Const ADS_PROPERTY_APPEND = 3

Set objUser = GetObject _
("LDAP://cn=quiz taker2,ou=Users,ou=Detroit,dc=testnet,dc=com")

objUser.PutEx ADS_PROPERTY_APPEND, _
"Description", Array("PASSED 1.2005")

objUser.SetInfo

--
Saludos,
Ambos

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.