TransactionCursorBase::UpdateRecord (open)
Updates a specific row
Syntax
LOADLIB "wh::dbase/transaction.whlib";
MACRO UpdateRecord(INTEGER row, RECORD newfields)Parameters
INTEGER rowRow to delete
RECORD 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.