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 wOOdy-Soft 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: hochus
  • Content: Threads
  • Order by date
  1. hochus

    Using PING in VBA

    Does anyone know how to use the PING function in VBA. I need to PING a remote system to make sure I have a connection prior to doing an FTP to that system. I need the PING to return one value if the PING is successful and another value if the PING is unsuccessful. If anyone knows how to do...
  2. hochus

    Checking for a successful dial up to an external system

    Is there a way in Access/VBA to check to see if the modem has successfully connected to an external system prior to running other code? I need to dial up to a remote system (AS/400) and FTP data. I have code in place that will launch the dial up program and initiate the dial up process. I...
  3. hochus

    Setting focus to external applications and sending keystrokes

    I am having trouble setting the focus to external applications. I have code that starts two external applications - one to dial up to a remote network and one to make the connection to an AS/400. Then the code does an FTP of data to the AS/400. Once the FTP is completed, I need to be able to...
  4. hochus

    Modem/Connection status

    Is there a way to check the status of the modem connection prior to executing code? I need to start an external dial up process, make a connection to a remote network, then FTP data.
  5. hochus

    Check modem/connection status

    Is there a way to check the status of the modem connection prior to executing code?? I need to do a dial up to a remote system, wait for the connection to be established, then execute code to FTP data. I could really use some help on this fast. Thanks.

Part and Inventory Search

Back
Top