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 IamaSherpa 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: *

  1. jgillette82

    Searching a saved file

    Here is segment of code that saves the info. SUB putfile (file$(), currentfile, licenumb) DIM F$(10) OPEN "R", 1, "DOGFILE.DAT", 354 FOR A = 1 TO 10: FIELD 1, (A - 1) * 35 AS NULL$, 35 AS F$(A): NEXT FIELD 1, 350 AS NULL$, 4 AS NUM$ A = LOF(1) / 354 + 1 IF currentfile = 0...
  2. jgillette82

    Searching a saved file

    Well, if you want i can e-mail you my program, i'm not sure how to do this. E-mail me at jonathan_ku@hotmail.com and i'll e-mail you my code. Thanks Jonathan
  3. jgillette82

    Searching a saved file

    Ok, here is the problem, i have this program that saves some info. Later, i will need to search by the person's name, but i don't know how to search the saved info for the name. If anyone has any ideas, that would be helpful. Thanks. J.G.

Part and Inventory Search

Back
Top