UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULConnection class
OnTableChange(
newTableIndex As Long, _
numTables As Long _
)
Member of UltraLiteAFLib.ULConnection
This event is called whenever the synchronization process begins synchronizing another table.
newTableIndex The index number of the table currently being synchronized. This number is not the same as the table ID, therefore, it cannot be used with the ULDatabaseSchema.GetTableName method.
numTables The number of tables eligible to be synchronized.
See the CustDB application for an example of this method.