BBjStandardGrid::resort
Description
In BBj 6.0 and higher, this BBjStandardGrid method re-sorts the grid.
Syntax
Return Value |
Method |
void |
resort() |
Parameters
None.
Return Value
None.
Remarks
If a user edits a grid cell after a grid is sorted, the row display order does not automatically change to reposition the edited cell. Calling resort() caused the grid to re-apply all sorting so that the newly edited data appears in the correct sort order.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.