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

  1. nyrtfleury14

    Attachmate Extra macro moving to Reflection

    Hi all, I have macros to pull up data on 4 screens that worked perfectly in Attachmate Extra and I am trying to get them to work in Reflection. The issue seems to be with the .edp extension changing to .rd3x. If I keep everything the same and change .edp to .rd3x then it gives me an error on...
  2. nyrtfleury14

    Attachmate Search Macro

    I am not sure. I am actually having the same issue with someone who is using an upgraded version of attachmate. One snippet of the macro is causing a problem and it is because of the wording not being recognized by the upgraded version. I haven't been able to find any list of changes.
  3. nyrtfleury14

    Attachmate Search Macro

    If it is finding it on the same page, but not any other pages, then my thought is that your language in the section for going to the next page is outdated for the attachmate version you upgraded to. As I understand it, there are subtle changes in the language attachmate 'understands' as you...
  4. nyrtfleury14

    Code to search a screen for a user input

    Post away. My knowledge is pretty limited in my opinion, but I'll take a look at it.
  5. nyrtfleury14

    Code to search a screen for a user input

    Whoa, I did it. Here is the rest of the code. While (IsMore$ = "MORE") ii = 0 for i = 8 to 17 step 2 ii = ii + 1 test_string$ = myscreen.getstring(i,35,25) Pos = InStr(test_string$, PA_name$) If pos <> 0 then...
  6. nyrtfleury14

    Code to search a screen for a user input

    Okay, so I have pieced together this macro from my basic understanding of them and from other existing macros. Basically, I want to be able to loop through a screen and have it find a search input that could be in Rows 8-17, from column 35-column 59, on page 1 through page 50. Pretty much I want...

Part and Inventory Search

Back
Top