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 derfloh 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: *

  • Users: jefegrande
  • Content: Threads
  • Order by date
  1. jefegrande

    LDAP Query Filter Question

    I am trying to get all of my users in Active Directory that are not in the Disabled Accounts OU. I thought that the following would work, but it does not. (&(objectClass=user) (!(ou=Disabled Accounts))) I'm using this filter for a Coldfusion application using the CFLDAP tag. Any help is...
  2. jefegrande

    Formula can't see Global Variables

    I have a formula field with the following code: Global stringVar Array myArray := ["Jim","Hans","Jacques","Hitomi","Bob"]; myArray[5]; It's output is fine. I have a second formula with the following code: Join(myArray); When I attempt to use the second formula field I get an error that says...
  3. jefegrande

    CFFILE makeUnique Error

    I have inherited an application that allows users to upload a file to the server. It has been running for over 2 1/2 years with no problem. Now, when a user attempts to upload a file with a duplicate name to the directory the CF Server throws an error. If they upload a file with an original name...

Part and Inventory Search

Back
Top