Reports upload information from the remote database via MobiLink to the consolidated database.
OnSend(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULSyncEvent
nBytes Cumulative count of bytes sent by the remote application to the consolidated database via MobiLink.
nInserts Cumulative count of inserts sent by the remote application to the consolidated database via MobiLink.
nUpdates Cumulative count of updates sent by the remote application to the consolidated database via MobiLink.
nDeletes Cumulative count of deletes sent by the remote application to the consolidated database via MobiLink.
This event can be called multiple times.
For an example of this method, see the CustDB application. For information about finding CustDB for AppForge, see Finding CustDB sample files.