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...
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...
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...
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)
'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.