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 wOOdy-Soft 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 DesertDBA

  1. DesertDBA

    Visual Basic way to capture DSQUERY Results

    No that line does not work, it does not create the txt file. - Jason
  2. DesertDBA

    Visual Basic way to capture DSQUERY Results

    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...
  3. DesertDBA

    Subreport Calculations

    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?
  4. DesertDBA

    Remove Tab fields from Text File

    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...

Part and Inventory Search

Back
Top