Results 1 to 9 of 9

Thread: ping -->server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,509

    Default ping -->server

    HI ALL

    How to implement the ping command to a server from DF to test signal in network environments?

    Edgar

  2. #2
    Join Date
    Feb 2009
    Location
    Stuart, FL
    Posts
    5,322

    Default Re: ping -->server

    the easiest would be to just call ping and send the output to a file then process the result file.

    or you can use chilkat to send a ping

    keep in mind that ping is not always enabled on a server
    Michael Salzlechner
    StarZen Technologies, Inc
    http.://www.starzen.com

    IT Director at Balloons Everywhere

    Development Blog
    http://www.salzlechner.com/dev

    DataFlex Package Manager (aka Nuget for DataFlex)
    http://windowsdeveloper.com/dfPackage

  3. #3
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,509

    Default Re: ping -->server

    hi MS

    What is the function with chilkat?
    Edgar

  4. #4
    Join Date
    Feb 2009
    Posts
    5,468

    Default Re: ping -->server

    https://www.example-code.com/datafle...ocket_ping.asp

    Remember as with all internet communication just because the last call succeeded does not mean the next one will
    Success consists of going from failure to failure without loss of enthusiasm - Winston Churchill

  5. #5
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,509

    Default Re: ping -->server

    hi Focus

    thanks

    Edgar

  6. #6
    Join Date
    Feb 2009
    Location
    Stuart, FL
    Posts
    5,322

    Default Re: ping -->server

    Not home right now i think it is SendPing

    But depending on what you are trying to do there are better ways to test things for ex do a telnet type connection to test mailservers.etc

    Sent from my SM-G920V using Tapatalk
    Michael Salzlechner
    StarZen Technologies, Inc
    http.://www.starzen.com

    IT Director at Balloons Everywhere

    Development Blog
    http://www.salzlechner.com/dev

    DataFlex Package Manager (aka Nuget for DataFlex)
    http://windowsdeveloper.com/dfPackage

  7. #7
    Join Date
    Feb 2009
    Location
    Hengelo, Netherlands
    Posts
    10,869

    Default Re: ping -->server

    Edgar,

    Thread moved to Windows applications.
    Regards,
    Data Access Worldwide
    Vincent Oorsprong

  8. #8

    Smile Re: ping -->server

    Hi
    attached my ping program.
    Remember to register the ocx and and edit the device.ini file as you need!
    Attached Files Attached Files

  9. #9
    Join Date
    Feb 2009
    Location
    Colombia
    Posts
    2,509

    Default Re: ping -->server

    thanks Giuseppe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •