Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I online?
Message
 
To
21/04/2005 14:51:33
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
01007183
Message ID:
01007199
Views:
24
Doyle, check if the Offline property helps you here.

? ox.Offline

From MSDN

Offline Property

--------------------------------------------------------------------------------

Sets or retrieves a Boolean value that indicates whether the object is currently operating in offline mode.

Syntax

object.Offline(bOffline) [ = value ]
Possible Values

value Boolean that specifies or receives one of the following values:true The WebBrowser control is offline.
false Default. The WebBrowser control is not offline.


The property is read/write. The property has a default value of false.

Remarks

In offline mode, the browser is forced to read HTML pages from the local cache rather than from the source document.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform