ForwardingTransactionCursor::UpdateRecord (open)
Updates a specific row
Syntax
LOADLIB "wh::dbase/transaction.whlib";
MACRO UpdateRecord(INTEGER row, RECORD newfields)Parameters
rowRow to delete
newfieldsRecord array with cells to update. The passed cells are marked as Updated in the columninfo in the query passed to LowLevelTransaction::OpenCursor. A missing cell indicates a NULL value.