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 strongm 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 GessWurker1

  1. GessWurker1

    problem with AD query, empty values and form field population

    Hi - I'm running into trouble with my AD query when an AD profile lacks a middle initial. Here's the vbscript snippet strRSUser = "SELECT displayname,givenName,initials,sn,employeeID,postalcode,memberOf,objectCategory,physicaldeliveryofficename,mail,manager FROM 'LDAP://" & strDomain &"' WHERE...
  2. GessWurker1

    Sort array by date substring

    Thanks! All good, now!
  3. GessWurker1

    Sort array by date substring

    I'm thinking I need to fully-embed the compare function in onRecordSave() so all the variables are available?
  4. GessWurker1

    Sort array by date substring

    Thanks for the help. I think I'm getting closer, but I'm not quite sure how to share info between onRecordSave and compareDate. Here's what isn't working (I imagine because fieldString is empty?): function compareDate(a, b) { var aDate = fieldString.match(rgx)[0]; var bDate =...
  5. GessWurker1

    Sort array by date substring

    In a web app for which I'm responsible, I've been asked to sort contents of a form field by date descending using the date that starts each list item. I'm supposed to do this either onBlur or perhaps onSave because users are entering stuff willy-nilly. In any event, though I can very easily sort...

Part and Inventory Search

Back
Top