Finds the first record in a table based on the current key and filter.

[Ok :=] RecordRef.FINDFIRST

Parameters

RecordRef

Type: RecordRef

The recordref that refers to the table in which you want to find a record.

If the record is found, it is returned in RecordRef and any FlowFields in the record are set to zero. You must update any FlowFields using CALCFIELDS Function (Record).

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also