I need to change users passwords in Active Directory using the dsmod command at the command line. I have that part working, but I have a problem. Here is the DSmod portion :
Dim ProcessArgument As String
ProcessArgument = "User ""cn=" + Convert.ToString(UserName).Trim...
I have a report that has timecard info. and a subreport that has payroll info. How can I pull the total from the subreport to be used in the timecard main report for calculations?
I want to remove the Tab fields from the Text File I am importing. The file is a ASCII text file, but when I use READLINE to get the data it is reading in the TAB code. How can I remove the Tab code from the import??
Example of the Text File :
A_MASTERID 546
A_FNAME Fred
A_MI
A_LNAME...
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.