Sort Component

Fnd_Sort_AddTable

Fnd_Sort_AddTable (->table{; position})

Legacy manual page 224

Parameters

ParameterTypeDescription
tablePointerA pointer to the table to add
positionLongintPosition in which to add the item (optional)

Description

The Fnd_Sort_AddTable routine loads the visible, sortable fields for the specified table into the field pop-up menu. For example, this will add all of the sortable fields for both the Contact and Company table to the pop-up menu in the Sort dialog:

Fnd_Sort_AddTable (->[Contact])
Fnd_Sort_AddTable (->[Company])
Extracted source text
            Fnd_Sort_AddTable (->table{; position})

              Parameter                Type              Description
              table                    Pointer           A pointer to the table to add
              position                 Longint           Position in which to add the item (optional)

            The Fnd_Sort_AddTable routine loads the visible, sortable fields for the specified table into the field
            pop-up menu.
            For example, this will add all of the sortable fields for both the Contact and Company table to the pop-up
            menu in the Sort dialog:
              Fnd_Sort_AddTable (->[Contact])
              Fnd_Sort_AddTable (->[Company])