Component
Sort Component
8 language-reference entries were extracted for this component.
- Fnd_Sort_AddField Fnd_Sort _AddField (->field{; position})
- Fnd_Sort_AddSeparator The Fnd_Sort_AddSeparator routine adds a separator line at position to the list of searchable fields to the Sort dialog. Fnd_Sort_AddField (->[Contact]First Name)...
- Fnd_Sort_AddTable 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...
- Fnd_Sort_Direction This command allows the developer to set or get the currently selected sort direction for the current process. If a valid direction is specified, this routine will make it the...
- Fnd_Sort_Display This method displays Foundation's simple Sort dialog. If no table is specified, the table returned by the Fnd_Gen_CurrentTable function is used.
- Fnd_Sort_Info Returns the requested information about the component. $version_t:=Fnd_Sort_Info ("version")
- Fnd_Sort_OrderByEditor 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.
- Fnd_Sort_SelectedField 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...