PA_CloseOrderBy

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_CloseOrderBy (orderByRef)

ParameterTypeDescription
orderByRefPA_OrderByRefOrderBy reference

Description

The routine PA_CloseOrderBy starts the reordering previously built from calls to PA_OpenOrderBy and PA_AddFieldToOrderBy. This sort concerns the table passed to PA_OpenOrderBy.

To dispatch the standard "Order By" 4D dialog, use PA_OrderByDialog.

Example

See PA_OpenOrderBy for an example of use

See Also

PA_AddFieldToOrderBy, PA_OpenOrderBy, PA_OrderBy, PA_OrderByDialog.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next