Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I online?
Message
De
21/04/2005 15:57:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
01007183
Message ID:
01007222
Vues:
26
gotta confess my limited skills here...
am creating the object with
ox = CREATEOBJECT('internetexplorer.application')
butt, ? ox.Offline always returns .F. whether online of offline.

Please correct me if I'm right or if I'm wrong <vbg>

dg

>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform