Newbies br4d Posted April 9, 2010 Newbies Posted April 9, 2010 Is it possible to check for an internet connection? Thanks in advance!
mfrapp Posted April 10, 2010 Posted April 10, 2010 use GetLayoutObjectAttribute(webviewername;"source") on a webviewer that loads google.com or something and check the result of the function to see if the page you specified did load.
Newbies russelbrooke Posted April 23, 2010 Newbies Posted April 23, 2010 You can find out how fast or slow your Internet connection is with our Internet Connection Speedometer. It works well , i have checked so many times...
Newbies br4d Posted May 18, 2010 Author Newbies Posted May 18, 2010 (edited) Just wanted to post back here for others looking to do this. Here is the method I am using to do this and it is working great. I am basically using an import data from XML test to verify if the internet connection is available and working. I made a global field in a table called 'internet' then I made a XML file that has ineternet = 1 and placed it on an external webserver Then I wrote a simple import script that does the following: Set Error Capture [On] Set my internet field to = 0 (meaning no internet) import from XML via http If the import works (which means the internet is working) then the internet value will be set to 1. If the import fails (internet isnt working) then the internet value will = 0. This is working great for me. Hope it helps someone elso. Edited May 18, 2010 by Guest
Recommended Posts
This topic is 5301 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now