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 TouchToneTommy 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 jongag1

  1. jongag1

    Popup image on mouseover in PHP

    Hello, Our website is designed as follows: There is a header.php file, a footer.php file and there are several content files, like personel.php which use the templates for the header and footer. In the header.php file is all the javascript. We would like to implement an image popup when our...
  2. jongag1

    Group campaigns by first 3 characters

    Works great! Thanks, Age
  3. jongag1

    Group campaigns by first 3 characters

    That is no problem!
  4. jongag1

    Group campaigns by first 3 characters

    Hello, I have a query which shows several campaigns with their belonging information. What I try to do is to display the grouped campaigns which start with the same 3 charactersers. Each campaign has a main id. These 3 characters can be different per main id. Example of the fields which...
  5. jongag1

    sql and DateAdd

    Great thanks, got it working.
  6. jongag1

    sql and DateAdd

    By the way, DATE is in the following format: 07/06/2006 21:01:13
  7. jongag1

    sql and DateAdd

    Oops, forgot the code tags... SELECT Count(POSTALCODE) FROM CLIENTS WHERE (((DATE)>DateAdd("n",-30,Now())) AND (Left(POSTALCODE,4)= Left('[PC]',4)));
  8. jongag1

    sql and DateAdd

    Hello, I use the below query to display the count for the records which where entered the last 30 minutes. The problem I have is that it doesn't go over the night. We enter records from 21.00 hours until 09.00 hour the next day. When I use this code it doesn't go to the day before. For example...
  9. jongag1

    Delete local user directories

    Just saw your post before the last one. The friendly name is QUALITYCONTACTS Regards, Age
  10. jongag1

    Delete local user directories

    I can email you the output off a script we have. It search for an user in the AD using the php script above. If found it displayes the information which is stored in the AD. Maybe it is usefull for you. Regards, Age
  11. jongag1

    Delete local user directories

    I remembered we also had a problem connecting to the AD with a php script. The problem there was that our domain includes the .nl in it. We now connect with (in php): var $_account_suffix="@domain.nl"; var $_base_dn = "DC=domain,DC=nl"; var $_domain_controllers = array...
  12. jongag1

    Delete local user directories

    It shows the domain correctly: srvfile01.domain.nl Sleep well! Kind regards, Age
  13. jongag1

    Delete local user directories

    On my pc it gives the popup off the not-excisting account in the AD. On the test pc and the other client pc it gives popups for directories of excisting accounts in the AD and off not-excisting account in the AD. On that pc it doesn't mind if I use my login account or a normal user account. On...
  14. jongag1

    Delete local user directories

    I thought all account have local admin rights. I noticed in our login script the following: Set UserObj = GetObject("WinNT://" & nUser.UserDomain & "/" & nUser.Username) Perhaps our AD is different than normal? Kind regards, Age
  15. jongag1

    Delete local user directories

    On the other pc with my account is also gives all the popups... I guess there is something different between my pc and the client pc's. But I don't know what it can be. Kind regards, Age

Part and Inventory Search

Back
Top