Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » Understanding UltraLite Development with AppForge » Synchronizing data

Synchronizing data Next Page

Adding the synchronization template


UltraLite for MobileVB includes a template form that can be used to monitor the status of a synchronization session. A version of this form is included for both Palm OS and Windows CE. You can use these templates in your application, you can customize them, or you can simply examine them to learn how UltraLite synchronization events work.

Synchronization dialog showing progress bar

The way to add this template to your application depends on whether you are using MobileVB or Crossfire.

To add a synchronization template to your application (MobileVB)
  1. From the project menu, choose Add Form.

  2. Select either UltraLite for MobileVB Sync Form (Windows CE) or UltraLite for MobileVB Sync Form (Palm).

  3. Click Open. A copy of the form is added to your application.

To add a synchronization template to your application (Crossfire)
  1. From the project menu, choose Add New Item.

  2. From Local Project Items > Ultralite_Crossfire Forms, select UltraLite Crossfire 10 Sync Form for CE, Palm or PalmHires depending on your application.

  3. Click Open. A copy of the form is added to your application.