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

    Read from file and Loop Problem

    vzachin I will try what you suggested and I'll post the results. Thanks,
  2. vicjalan

    Read from file and Loop Problem

    If at some point I said that I didn't want the data, I apologize..I do want the data on all screens. The problem I was having is that some of the data on some screens were duplicating.. What I ended up doing is doing IF ElseIF statements for each individual page. I don't really like because...
  3. vicjalan

    Read from file and Loop Problem

    I understand what's happening now.. My issue is that there is no real way for the code to know when it reaches the last page.. For example I'm telling the code to assume there are multiple pages if it does not find "PAGE 1 OF 1" and keep pressing pf8.. The code doesn't know when it...
  4. vicjalan

    Read from file and Loop Problem

    That's what I'd like to know :) When I look at the output I see this: 000000000 <data> 000000000 <data> 111111111 <data> 111111111 <data> 000000000 <data> 222222222 <data> What I should get is: 000000000 <data> 111111111 <data> 222222222 <data> I do not have another do loop to...
  5. vicjalan

    Read from file and Loop Problem

    Thanks! That was easy :D.. I kept breaking my head moving pieces of code around and I never thought about that. I got a new issue now..In my ssn.txt file I have 3 entries: 000000000 111111111 222222222 The screens for 000000000 are copied to the scrnout.txt 3 times, 111111111 gets copied to...
  6. vicjalan

    Read from file and Loop Problem

    Hi all, I wrote a macro that will take a SSN input it and scrape the screen. This was all fine and dandy until now that I have to do the same for 20 or 30 SSNs at a time. I tried adding to the code to read from the file and loop until eof but I get a file already open error. Seems logical to...

Part and Inventory Search

Back
Top