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!

Search results for query: *

  • Users: tmangin
  • Content: Threads
  • Order by date
  1. tmangin

    aligning text output

    I'm running a program that returns output to a text file (notepad). Each line of output contains a four digit ID, name of client, number of times ID is in the file, and an amount. For example: 2701 RADIOLOGY CONSULTANTS, INC. 2 3,225,228.00 2710 TEST 1 190.00 2607...
  2. tmangin

    reading table with vb6

    Hi, I need to write code that will open a file, either in Word or Excel, read through the table and when it finds the number it's looking for, grabs the corresponding text and returns it to the code to be further manipulated. Any help or suggestions would be greatly appreciated! Thanks!
  3. tmangin

    Naming text file with current date

    Does anyone know how to name a file with the current date? I'm creating the text file this way: Open "C:\iFtpSvc\Hms-ftppro\users\RCI27\Report.txt" For Output As 2 Instead of Report.txt, I want the name of that file to be the current date. Thanks!
  4. tmangin

    open two text files in one app

    Hi, I need to open a text file for Input, then open another text file to write output to. Is this possible in a single VB app (.exe)? Below is a sample of what I have right now, however, I'm having problems with it. Public Sub Form_Load() Open...
  5. tmangin

    Opening/reading .zip file

    Hi, I need to open a zip file that will contain a .txt file that I need to read and manipulate with VB6. It's all got to be automatic. Has anyone done this before or have any knowledge or experience with doing this?? Any help would be greatly appreciated! Thanks!
  6. tmangin

    Text File Manipulation Help

    Hi, I am in the process of writing code that does the following: 1. reads text file and counts the number of pipe characters (|) present. (Each pipe in this file represents the end of a record) 2. as the code reads the text, it compares ID #'s after each pipe to see if they have changed. If...

Part and Inventory Search

Back
Top