Description
Should be called to finalize record's update
Syntax
Function UpdateFinish
Parameters
none
Return value
Example
Sample code
DB.TransactionStart() Do DB.UpdateStart() DB.SetCellNull "Field1" DB.UpdateFinish()Loop While( DB.GoNext() )DB.TransactionFinish()End If
See also
Platform Objects and MethodsDB.sortDB.AppendFinishDB.SetFieldValueDB.TransactionFinish
Platform Objects and Methods
DB.sort
DB.AppendFinishDB.SetFieldValueDB.TransactionFinish
DB.UpdateFinishAsync