Prepares a table for inserting a new row, setting column values to their defaults.
InsertBegin( )
Member of UltraLiteAFLib.ULTable
In this example, InsertBegin sets insert mode to allow you to begin assigning data values to CustomerTable columns.
CustomerTable.InsertBegin CustomerTable.Column("Fname").StringValue = fname CustomerTable.Column("Lname").StringValue = lname CustomerTable.Insert