Sort Component

Fnd_Sort_SelectedField

Fnd_Sort_SelectedField ({->field}) -> Pointer

Legacy manual page 226

Parameters

ParameterTypeDescription
fieldPointerThe default field setting (optional)
Function resultPointerCurrent default field

Description

Allows the developer to set or get the currently selected sort field. If a field pointer is specified, this routine will make it the default selection if the field is available in the list. If not, nothing is changed and no error is displayed.

Fnd_Sort_SelectedField (->[Contact]Last Name) ` Set the default sort field.
Extracted source text
            Fnd_Sort_SelectedField ({->field}) ➜ Pointer

              Parameter                     Type                  Description
              field                         Pointer               The default field setting (optional)
              Function result               Pointer               Current default field

            Allows the developer to set or get the currently selected sort field. If a field pointer is specified, this
            routine will make it the default selection if the field is available in the list. If not, nothing is changed and
            no error is displayed.
              Fnd_Sort_SelectedField (->[Contact]Last Name) ` Set the default sort field.