Sort Component

Fnd_Sort_OrderByEditor

Fnd_Sort_OrderByEditor

Legacy manual page 226

Parameters

ParameterTypeDescription
tablePointerPointer to the table to use (optional)({->table})

Description

This method displays 4D’s built-in Order By dialog. If no table is specified, the table returned by the Fnd_Gen_CurrentTable function is used.

This routine calls 4D’s AUTOMATIC RELATIONS command before displaying the Order By editor to enable automatic relations. AUTOMATIC RELATIONS is called again after the dialog is closed to restore the relations to their default state.

Extracted source text
            Fnd_Sort_OrderByEditor

              Parameter                     Type                  Description
              table                         Pointer               Pointer to the table to use (optional)({->table})

            This method displays 4D’s built-in Order By dialog. If no table is specified, the table returned by the
            Fnd_Gen_CurrentTable function is used.

            This routine calls 4D’s AUTOMATIC RELATIONS command before displaying the Order By editor
            to enable automatic relations. AUTOMATIC RELATIONS is called again after the dialog is closed to
            restore the relations to their default state.