Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I online?
Message
From
21/04/2005 15:57:11
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
01007183
Message ID:
01007222
Views:
27
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform