ForwardingTransactionCursor::UpdateRecord (open)

Updates a specific row

Syntax

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

MACRO UpdateRecord(INTEGER row, RECORD newfields)

Parameters

row

Row to delete

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.