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 strongm 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. newbie789

    waitforstring (test for error)

    The problem is I don't know where the cursor will land after [Enter]. Let's say cursor is currently at 27, 10 and it has to be here. Then Enter. If account is not found, cursor will stay at the same spot and a message will appear at the bottom of the screen. If account is found, cursor will go...
  2. newbie789

    attachmate extra vs reflection

    I have codes written in vba to capture data in attachmate extra. Will it work with reflection?
  3. newbie789

    waitforstring (test for error)

    I have a spreadsheet with 100 account#s. The vba code goes thru each record and puts the account# on the attachmate screen. Then press enter. If account# exists, it goes to next screen. If account# doesn't exist, it stays on the current screen and displays error message. It then captures...
  4. newbie789

    waitforcursor works but only in debug mode

    That worked! But why? that's not where I want the cursor to be. Is it because the cursor on the next screen is the same location as the previous screen? You're awesome!
  5. newbie789

    waitforcursor works but only in debug mode

    oops...typo... I have all the Sess0 object. I'm just posting the code where I think is the problem. It works fine if I change it to wait for 3 seconds instead of waiting for cursor, but I don't want to do that because it takes too long. Do until Sess0.screen.getstring(24,2,11)="last...
  6. newbie789

    waitforcursor works but only in debug mode

    In Excel, there are 100 records. The macro goes thru various screens to capture data, put into Excel, and post commands into Attachmate. In one of the screens, the cursor is on 23, 7. I send a command F8 continuously until a message appears on line 24. F8 goes to the next record so the...

Part and Inventory Search

Back
Top