synchronize

The synchronize 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.

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

See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0.