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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.