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 Shaun E 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: purephase
  • Content: Threads
  • Order by date
  1. purephase

    Fpd 2.6A + Windows Server 2003.

    First off, I had nothing to do with the development of the product in question, nor do I know Foxpro all that well, however, I am stuck in the unfortunate position of trying to fix a problem. We have a FPD2.6a app running on a fileserver (foxpro files and data on a share) that was recently...
  2. purephase

    Testing Folder Permissions.

    I wrote a small application to launch an install process (with command-line arguments etc.). Are there any VB hooks that will launch an NT authentication box and return values back to the application? The install process resides on a network share, and I'd like the user to enter credentials...
  3. purephase

    PasswordExpired Attribute + VBScript.

    I'm trying to add a bunch of users via a script and a delimited file. Here's the snippet: objUser.AccountDisabled = False objUser.Put "PasswordExpired", 1 objUser.Put "pwdLastSet", 0 objUser.SetInfo It is all working except the "PasswordExpired" option, which...
  4. purephase

    Passing values to a function.

    I know the answer is probably simple, but for some reason I can't figure this out. Option Explicit Dim arrParts arrParts = array("1","2","3","4","5") objReturn = Query("Object", arrParts(0)) Function Query(strType, strName) '...

Part and Inventory Search

Back
Top