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. buko88

    getstring not working

    Sub Main() '-------------------------------------------------------------------------------- ' Get the main system object Dim Sessions As Object Dim System As Object Dim Host As Object Set System = CreateObject("EXTRA.System") ' Gets the system object If (System is...
  2. buko88

    getstring not working

    On the first picture you can see that i`m on page 2 and MsgBox (Sess0.screen.getstring(15,1,15) will output something that is not there on this screen you can see that what was shown by MSGBox is on previous screen
  3. buko88

    getstring not working

    Hi Guys, I have issue when I want to get to the last row on last page in attachmate extra. I can see that last character is on page 2, line 13. When i do MsgBox Sess0.screen.getstring(13,1,60) it will output correct characters. But when I use 14th line :MsgBox Sess0.screen.getstring(14,1,60)...
  4. buko88

    goto next loop

    ok, I have found the issue, i was not deleting previous record and if new one was shorter the last one, it added the last digits. Thanks for help :)
  5. buko88

    goto next loop

    That what i`m trying to find out :D When I change the value in excel, it will change that extra digits also. 72.5.190.1 in excel - 72.5.190.06.1 in attachmate 72.5.190.100 in excel - 72.5.190.1000 in attachmate 72.5.190.5 in excel - 72.5.190.56.0 in attachmate After I have deleted this line...
  6. buko88

    goto next loop

    Hi, with your help i managed to get it work almost perfect. There is however this strange thing: i`m adding IPs, if one already exist, skip it, otherwise add mask. While it skips IPs that are already there, it sometmies (cca every 6th skip ) ad 2 random number after 3rd octet. so instead of...
  7. buko88

    goto next loop

    Hi, Thank you :) I`m now experiencing strange behavior. When i run this step-by-step, it`s working how it should, but when I let it run it seems that the IF line is skipped and is processing lines that are inside if. Any ideas how to resolve this?
  8. buko88

    goto next loop

    Hi guys, I`m copying fields from excel to attachmate, I need to go to next loop if the value already exists in attachmate. Dim Row As Long With xlApp.ActiveSheet Set MyRange = .Range("A1:A65536").Resize(xlApp.CountA(.Range("A1:A65536"))) Set MyRange2 =...

Part and Inventory Search

Back
Top