Determines if the field that has the number fieldno exists in the table that is referred to by the recordref. Returns an error if no table is currently selected.

Exist := RecordRef.FIELDEXIST(FieldNo)

Parameters

RecordRef

Type: RecordRef

The recordref that identifies the record and the table in which you are interested.

FieldNo

Type: Integer

The fieldno that you want to know whether it exists in the table.

Expand imageProperty Value/Return Value

Expand imageSee Also