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 Mike Lewis 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. csilvern12

    Use IF statement to loop send key

    Err, forgot to remove the extras after loop in my above post (blue). Loop 'Until Sess0.Screen.GetString(1, 23, 13) = "Enter Option"
  2. csilvern12

    Use IF statement to loop send key

    Thanks Remy, makes sense. I was working on other projects since this last post, but thought I should come back with my solution. I flipped around the search string and this works like a charm. I can't use this macro with Attachmate Kea!340 (it uses another language that seems very similar, but...
  3. csilvern12

    Use IF statement to loop send key

    I've tested this bit of code, and it works. It finds the text using the search feature, but I am not sure how to make it loop Until Sess0.Screen.GetString(1, 23, 13) = "Enter Option". Any ideas? 'Declare Variables Dim stringFind As String Dim userInput As String 'Set...
  4. csilvern12

    Use IF statement to loop send key

    I can log in using Attachmate, and maybe that's what I will have to end up doing, but Kea! Attachmate works so much better with this terminal connection.
  5. csilvern12

    Use IF statement to loop send key

    I have to work on the assumption that the text will appear in the 18-24 lines. If not, then end the macro. Since I'm the only person using it, I would know that I need to finish the report manually. It is only pushing the enter button. :) I will start doing some searching on this site to see if...
  6. csilvern12

    Use IF statement to loop send key

    Developed a looooong time ago by who knows, very likely the IT dept in some manner or another. I work for a huge company, and this entire software and program is slotted to be replaced in the next few years, so there is zero support for it. Anyways, yes, the text is very likely to end up in the...
  7. csilvern12

    Use IF statement to loop send key

    That part is a little bit tricky, as the line can move around in the bottom half of the screen, depending on how much data appears on the page. The report will spit out between 18 and 21 lines of data per page, and the <Tap Return to Continue, E to Exit> will be on one of these bottom lines...
  8. csilvern12

    Use IF statement to loop send key

    I'm using KEA version 5.10 at work, and it's easy to capture my data to a text file as I've written several macros for excel to format the data for me. However, I'm brand new to trying to write a macro. My report is easy to run, I just have to keep hitting the enter key after it dsiplays the...

Part and Inventory Search

Back
Top