AutoLoadMode Property

PocketBrowser 3.x API

The AutoLoadMode Property of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client ActiveX object to use the AutoLoad mode. 

AutoLoadMode (Property of the AirBEAMSmart ActiveX Object) Syntax
object.AutoLoadMode = [parameter];

ParametersW Toggle Parameters

Items listed in this section indicate parameters, or attributes which can be set.

Name Possible Values Description
Default Value
Mode Setting 0 - 3 How synchronization is started, see Remarks. Device Dependant

Examples Toggle Examples

The following javascript is example code of how to set the AutoLoadMode property:

<script>
var ab = new ActiveXObject("PocketBrowser.AirBEAMSmart");

function doSync()
{
ab.AutoLoadMode = 2;
ab.AddPackage('myPackage');
setTimeout('ab.Run()', 100);
}
</script>
Copy example to clipboard Copy example to clipboard

Remarks Toggle Remarks

Mode Settings
The following mode settings apply to the AutoLoadMode property:
0: Synchronization is not automatically started.
1: Synchronization is automatically started in interactive mode.
2: Synchronization is automatically started in non-interactive mode.
3: Synchronization is automatically started in background mode.

Info Toggle Additional Information

Supported Platforms Windows CE, Windows Mobile
Persistence Persists in the AirBEAMSmart Object.
Min. Requirements AirBEAM Client.