Returns a string that describes the current sort order, key, and filters on a table.

String := RecordRef.GETVIEW([UseNames])

Parameters

RecordRef

Type: RecordRef

The recordref that refers to the table.

If no table is selected, the function returns an empty string.

UseNames

Type: Boolean

If this parameter is true (default) or if it is empty, the returned string contains references to field captions in the table with which the record is associated. If this 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