Returns a FieldRef for the field that has the number fieldno in the table that is currently selected. If no field has this number, the function returns an error.

Field := RecordRef.FIELD(FieldNo)

Parameters

RecordRef

Type: RecordRef

The recordref of the record for which you want the fieldref.

FieldNo

Type: Integer

The number that the field has in the table that is currently selected. This is the field for which you want the fieldref.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also