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 Mike Lewis 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. brandewie7

    How do I send a file inside attachmate session

    Have you tried using the sendfile method? Sub Main() Dim Sys As Object, Sess As Object Set Sys = CreateObject("EXTRA.System") Set Sess = Sys.ActiveSession Sess.FileTransferScheme = "Text Default" Sess.FileTransferHostOS = 0 '0 = CMS Sent = Sess.SendFile("c:\test.txt","test text")...
  2. brandewie7

    Extra Macro Error

    Thanks, I will wait and see...we are upgrading soon. We are upgrading to XP and Extra 6.7. Does anyone foresee any problems with this config?
  3. brandewie7

    Extra Macro Error

    I am having trouble running macros from Extra PC 6.4. Ocassionally the macro will run fine. Other times it will start to run, and freeze my computer. I have tried it on other computers with the same Extra version. Does anyone else have this problem? If so, are there any solutions. Thanks
  4. brandewie7

    Static Variable in Extra Macro

    Thanks for your help. I am not sure how to store the value in a text file. Can this be done with ADO or DAO? Thanks for your help.
  5. brandewie7

    Error Handler for "Switch, Retry, Cancel"

    I am looking for suggestions on how to handle the error above. In my application, my code loops while the oia.xstatus <>0, and then waits for a specific string (waitforstring method). Occassionally the string never shows up (an unexpected error). After waiting for a while, an error shows up...
  6. brandewie7

    Static Variable in Extra Macro

    I am trying to have the default value of an inputbox equal the value of the last answer of the inputbox. For example: Static DefaultAccount dim question as string question = inputbox(&quot;What account?&quot;,,DefaultAccount) defaultaccount=question This first time the macro is ran it should...

Part and Inventory Search

Back
Top