UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULConnection class
OnReceive(
nBytes As Long, _
nInserts As Long, _
nUpdates As Long, _
nDeletes As Long _
)
Member of UltraLiteAFLib.ULConnection
Reports download information to the application from the consolidated database via MobiLink. This event may be called several times.
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.
See the CustDB application for an example of this method.