Reports download information to the application from the consolidated database via MobiLink.
OnReceive(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULSyncEvent
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.
This event can be called multiple times.
For an example of this method, see the CustDB application. For more information about finding CustDB for AppForge, see Finding CustDB sample files.