RecordSortedList.sortOrderFromContainer Method

Defines the fields on which the records are sorted.

Syntax

public void sortOrderFromContainer(container container)

Run On

Called

Parameters

  • container
    Type: container
    The fields on which the list should be sorted. Each field is specified by a field ID; for example, by using the FieldNum function.

Remarks

If you do not have to supply the field list in a container, use RecordSortedList.sortOrder.

See Also

RecordSortedList Class

RecordSortedList.sortOrder Method