Call the InitSyncForm function, passing it your ULConnection object. This must be done before each synchronization.
The following code uses a synchronization status form named Form_Sync and a ULConnection object named Connection.
Form_Sync.InitSyncForm Connection Connection.Synchronize
Each time your application synchronizes, the synchronization status form appears. As synchronization progresses, your end user can observe the progress bar and byte count. When synchronization completes, the form closes. The Cancel button instructs UltraLite to cancel the current synchronization.