It would be nice to have methods on BOs to save and restore filters and sorts, similar to the save and restore of current row index. Something like:CancelFilter() CancelSort() would save the current filter/sort value and clear the value.
RestoreFilter() RestoreSort() would restore the previous values.
-Larry