StdFormColSort event
Occurs when the user clicks
on the menu.The default implementation opens the Sort dialog box, with the current property of the current collection selected.
In a form without custom event handlers, if the user clicks Sort dialog box, this is the entire sequence of standard events:
in the- StdFormColSort
- StdFormGetBoundValues
- StdFormPerformValidations
- StdFormValidationsCompleted
- StdObjectSelectCurrent
- StdObjectSelectCurrentCompleted
- StdFormLoadBoundValues
- StdFormLoadDerivedValues
- StdFormColSortCompleted
Your application can call the default implementation by generating the event.