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: *

  • Users: kohne
  • Order by date
  1. kohne

    Does EB support 2 dimensional arrays?

    The code compiles just fine for me in 7.11, tescojez. If you restart everything and drop this code into a brand new script, does it work? Maybe some other part of the script is keeping it from compiling? Have you declared x or y elsewhere in the same scope?
  2. kohne

    ReceiveFile method dies

    Thanks, Skie. That code works great! Of course, it turns out that everyone in my office has a startup macro that types two characters and enter. And it takes a relatively long time to start and resolve. By the time the code runs to end the process, the macro may or may not have gone off, and it...
  3. kohne

    ReceiveFile method dies

    Do you have any suggestions on how to detect whether ebrun/ebmngr are running? I'd rather not deal with any more code in Extra than I have to, since it's less than friendly to debug and the code I have now works AOK. Sending the arguments on the command line isn't something I'd considered; if I...
  4. kohne

    ReceiveFile method dies

    Craziness. :o Sadly, I don't have the same option. :/ Thanks for the response though! I found a sloppy work-around in the mean time. Basically, I left the macro in Extra Basic, and when I need to transfer a file, I simply call that macro from the commandline. There are two down sides though...
  5. kohne

    ReceiveFile method dies

    I am trying to transfer a file in myExtra 7.11 from the mainframe to my desktop using VBA in Excel. My first step was to simply use myExtra's macro recorder while I did the transfer. The part of the macro that initiates the transfer is as follows: ' This section of code contains the...

Part and Inventory Search

Back
Top