Previous Topic

Next Topic

Inhoudsopgave

Book Index

SyncOnRow Property

Property Property SyncOnRow() As AutoSyncMode

Description

Indicates whether the function tables are to be synchronized after a function row has completed.

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.