Property SyncOnLeave() As AutoSyncMode
Description
Indicates whether the function tables are to be synchronized after a function has closed.
Possible values of AutoSyncMode include:
Public Enum AutoSyncMode
asfNone
asfAll
asfDownloadOnly
asfUploadOnly
End Enum
The most common option is asfUploadOnly for transferring the newly saved changes to the Isah database.
If SyncOnRow is selected, the synchronization runs in the background. This allows the user to move to the next line or function straight away.