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 » UltraLite for AppForge API Reference » ULSyncEvent class

ULSyncEvent class Next Page

OnReceive event


Reports download information to the application from the consolidated database via MobiLink.

Syntax

OnReceive(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULSyncEvent

Parameters

nBytes    Cumulative count of bytes received at the remote application from the consolidated database.

nInserts    Cumulative count of inserts received at the remote application from the consolidated database.

nUpdates    Cumulative count of updates received at the remote application from the consolidated database.

nDeletes    Cumulative count of deletes received at the remote application from the consolidated database.

Remarks

This event can be called multiple times.

Example

For an example of this method, see the CustDB application. For more information about finding CustDB for AppForge, see Finding CustDB sample files.