Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I online?
Message
 
À
21/04/2005 14:51:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
01007183
Message ID:
01007199
Vues:
27
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform