Link to home
Start Free TrialLog in
Avatar of b001
b001Flag for Afghanistan

asked on

vfp9 check if interent is on

Hi Experts

I would like to check if internet is connected before I run a routine.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of peterhupp
peterhupp
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Olaf Doschke
There's also InternetGetConnectedState(), which doesn't need a test URL. On the other side you will know what URL you want to navigate, so InternetCheckConnection() would do the trick. I`m not sure if it will give false positives for finding cached results from a URL in your browser cache or proxy for example.

Bye, Olaf.