Contents Index Synchronizing UltraLite applications Component samples, demonstrations and code fragments

UltraLite ActiveX User's Guide
  Understanding UltraLite ActiveX Development
    Synchronizing UltraLite applications

Monitoring synchronization progress


This section applies only to eMbedded Visual Basic. You cannot monitor synchronization progress using JScript.

To monitor synchronization progress, you add a synchronization dialog to your project and code accordingly.

The following procedure causes the dialog in ULSyncStatus.ebf to show status messages.

To add a synchronization status dialog to your project

  1. Browse to the Samples\UltraLiteActiveX\dbview.evb subdirectory of your SQL Anywhere installation.

  2. Copy and add ULSyncStatus.bas and ULSyncStatus.ebf to your project.

  3. Add code to your UltraLite ActiveX project.


Contents Index Synchronizing UltraLite applications Component samples, demonstrations and code fragments