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];
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
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
Remarks
Mode SettingsThe 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.
Additional Information
Supported Platforms Windows CE, Windows Mobile Persistence Persists in the AirBEAMSmart Object. Min. Requirements AirBEAM Client.