ForwardingTransactionCursor::GetFase2Data (open)

Retrieves the fase2 data for a set of rows

Syntax

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

STRING ARRAY FUNCTION GetFase2Data(INTEGER ARRAY rows)

Parameters

rows

List of rows to get the fase2 data for

Return value

Lock result for the implicit locking of rows (can be DEFAULT STRING ARRAY if no implicit locking is done, or all rows are unchanged). Possible lock results:

  • "UNCHANGED": Record is unchanged and locked
  • "CHANGED": Record is changed, fase1 data must be updated in pvt_currentblock
  • "REMOVED": Record is gone or does no longer meet requirements