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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lucyc

  1. lucyc

    How to get SamAccountName in LDAP

    Hi Zcolton, Thanks for your reply. I found the problem yesterday, it is on the IIS version. I can get the value of the samaccountname on a server with IIS Version 6, but no on IIS version 5.
  2. lucyc

    How to get SamAccountName in LDAP

    tsuji, Now I am getting a different error Active Directory error '8000500c' The Active Directory datatype cannot be converted to/from a native DS datatype /adsiquerytool/ADSIListUsersLDAP.asp, line 87 I changed the code so it looks like this... For Each strmember In objgroup.MEMBER...
  3. lucyc

    How to get SamAccountName in LDAP

    I can get sn and givenname by using either your code or mine but not the samaccount name (I have to comment out the samaccountname). Even I had the 's' on the objgroup.memeber(s) it seems work. After replacing mine with your code, I am getting the same error message Microsoft VBScript...
  4. lucyc

    How to get SamAccountName in LDAP

    tsuji, Yes. I need to commend out the first response in order to get the second and third response.write line. Otherwise I get Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'samaccountName' .
  5. lucyc

    How to get SamAccountName in LDAP

    I want to get the user login name from LDAP, so I use SamAccountName, but keep getting the following error message.. I can get the value of the user's surname, givenname, name but not samAccountName. Can someone help? Microsoft VBScript runtime error '800a01b6' Object doesn't support this...
  6. lucyc

    How to display textbox control when a value is selected from dropdown

    I have a dropdown box which contains a value of "Other", when a user selected this value, a textbox will be displayed so user can specify the other value. I would like to know how to do this without a postback. Can someone share the javascript with me??? Thanks.
  7. lucyc

    client side script

    This is what I have..... Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If Not IsPostBack Then 'Load checkbox list value from table Me.LoadLookupTable.LoadCheckBoxList(cklistDiagnosedDisableConditions...
  8. lucyc

    client side script

    I don't know javascript, can you show me your code?
  9. lucyc

    client side script

    jbenson001 and jshurst, Thanks for your response. Does anyone know how to do this in javascript?
  10. lucyc

    client side script

    Yes, without postback. How you do this on ASP.NET??
  11. lucyc

    client side script

    Hi, I would like to know how can I display a text box when a special value (e.g. "other") is selected from a dropdown box, so users can specify the value in the text box. Thanks.
  12. lucyc

    Mail merge in ASP

    Does anyone knows how to perform a mail merge from ASP. I would like to know how to pass a ADO recordset( a mailing list) to Word to perform a mail merge. Thanks in advance.
  13. lucyc

    How To Automate Microsoft Word to Perform Mail Merge from Classic ASP

    HI, Any one know how to automate Microsoft Word to perform mail merge from classic asp?????
  14. lucyc

    Calculate days

    Never mind, I got it. Thanks.
  15. lucyc

    Calculate days

    Brian, The re-admitdate is actually the 2nd admission date for this client and it is not on the table. I want to know how to read the 2nd admission date and make a NEW column called re-admdate so I can calculate the duration between the 1st and 2nd admission. Thanks.

Part and Inventory Search

Back
Top