Is there anything new about this.?
I want to monitor my router's performance so want to leave my code running unattended for some time.
I just repeatedly get a url = connected (or false or null = not connected) and it mostly works but I get a halt occasionally with 'Still executing last request' which stops my monitor so is no good. This happens randomly perhaps mostly when there is no connection but not always.
Question.
Is there a better way to check that I still have an internet connection? (or is there a fix for the way I do it?)
My code is
.oInet=CREATEOBJECT("inetctls.inet")
.oInet.protocol = 4 && Set to HTTP
ix = .oInet.openurl("https://www.rotary-ribi.org/clubs/page.php?PgID=846256&ClubID=27", 0)
.oinet=NULL
Sorry this is an old problem but I can't get any of previous suggestions to work
I want to monitor my router's performance so want to leave my code running unattended for some time.
I just repeatedly get a url = connected (or false or null = not connected) and it mostly works but I get a halt occasionally with 'Still executing last request' which stops my monitor so is no good. This happens randomly perhaps mostly when there is no connection but not always.
Question.
Is there a better way to check that I still have an internet connection? (or is there a fix for the way I do it?)
My code is
.oInet=CREATEOBJECT("inetctls.inet")
.oInet.protocol = 4 && Set to HTTP
ix = .oInet.openurl("https://www.rotary-ribi.org/clubs/page.php?PgID=846256&ClubID=27", 0)
.oinet=NULL
Sorry this is an old problem but I can't get any of previous suggestions to work