Returns or sets whether the log operate in offline mode (read from cache).
Object.Offline = [ bOffline ]
The Offline property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bOffline |
Bool |
A boolean expression that specifies whether the log operates in offline mode (read from cache). |
bOffline can be one of the following:
|
Value |
Description |
|
True |
The log is in offline mode and will read data about its current URL from its local cache. |
|
False * |
The log will attempt to read the source document. This is the default mode. |
The following statement changes the ALog control so the frame is offline:
log1.Offline = True
ALog,