Results 1 to 9 of 9

Thread: Look for data on IBM Reflections

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    5

    Look for data on IBM Reflections

    Hey guys,

    Just happened to come up on this site after doing some searches. I'm in need of some help.

    i have a macro set up that'll log me in and then go to a screen, where there a bunch of numbers listed in a Column. What i need to do is have the program look through these numbers and see if they is a certain number such as 619 and then put an 's' next to do and then take the keystroke ENTER. So far what i have been doing is having it TAB over. So if i need to get the fifth entry, I just do TAB TAB TAB TAB TAB. but its usually in a different order every day, so what was the fifth number before might be the seventh.

    I have very tiny bit of experience with coding (actually very very little). So is there a way to do? Use simple codes and explain precisely =) Please look at the Pic. I have to do this for several Numbers.

    Here's the Code:

    Code:
    .WaitForEvent rcKbdEnabled, "30", "0", 1, 1 
    .WaitForEvent rcEnterPos, "30", "0", 2, 15
    .WaitForDisplayString "===>", "30", 2, 10 
    .TransmitTerminalKey rcIBMTabKey
    .TransmitTerminalKey rcIBMTabKey 
    .TransmitTerminalKey rcIBMTabKey 
    .TransmitTerminalKey rcIBMTabKey
    .TransmitANSI "s"
    .TransmitTerminalKey rcIBMEnterKey

    Thanks for your help
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width