Returns a string that contains the primary key of the current record.

String := RecordRef.GETPOSITION([UseNames])

Parameters

RecordRef

Type: RecordRef

The recordref that refers to the record for which you want to know the primary key.

UseNames

Type: Boolean

If this parameter is true (default) or if it is empty, the returned string contains references to field names in the table with which the record is associated. If the parameter is false, the returned string contains references to field numbers in the table with which the record is associated.

This parameter is optional.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also