resynchronize

The resynchronize statement synchronizes the local database with Panorama Server. This is the same as choosing Synchronize from the File menu.


Parameters

No parameters.


Description

This statement synchronizes the local database with Panorama Server. This is the same as choosing Synchronize from the File menu.

This example synchronizes with the server to get the latest possible data, then prints a report with monthly totals.

resynchronize
field "Date"
groupup by month
field "Amount"
total
outlinelevel 1
printtopdf "Monthly Report.pdf","Form","Monthly Summaries"
removeallsummaries

Note: This statement is exactly the same as the synchronize statement, it is retained only for compatibility with legacy databases. For new applications, the synchronize statement is recommended.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.