The Run Method of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client to run the client and perform the current configuration. Note: the client is run as the foreground application.
Run (Method of the AirBEAMSmart ActiveX Object) Syntax var bRetVal = object.Run( );
Return Values
Name Description Success Returns the exit code of the AirBeam Smart client.
Examples
The following javascript demonstrates the Run method:
<script> var ab = new ActiveXObject("PocketBrowser.AirBEAMSmart"); function doSync() { setTimeout('ab.Run()', 100); } </script>
Copy example to clipboard
Remarks
Access to Operating SystemIn order to use the AirBeam application in Windows Mobile the user may require use of the task bar, something disabled by default in PocketBrowser. It is recommended to use Minimize and Restore (part of the application meta tag) to enable and disable use of the task bar whilst the user is interacting with the AirBeam client.
Additional Information
Supported Platforms Windows CE, Windows Mobile Persistence Persists in the AirBEAMSmart Object. Min. Requirements AirBEAM Client.