TransactionCursorBase::UpdateRecord (open)

Updates a specific row

Syntax

LOADLIB "wh::dbase/transaction.whlib";

MACRO UpdateRecord(INTEGER row, RECORD newfields)

Parameters

INTEGER row

Row to delete

RECORD newfields

Record 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.