Contents Index LastDownloadTime method OnSend event

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULConnection class

OnReceive event


Prototype 

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

Description 

Reports download information to the application from the consolidated database via MobiLink. This event may be called several times.

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.

Example 

See the CustDB application for an example of this method.


Contents Index LastDownloadTime method OnSend event