Subject Re: [IBO] changing order on client
Author Geoff Worboys
> is there any easy way to change the order of buffered
> records without executing new select on server (similar
> to client side filtering available in IBO4) ?

Maybe you mean client side sorting - in which case there is no current
support for that (it gets quite complicated when you consider trying
to emulate the character set and collation).

However if you are just looking for an easy way to change the ordering
of the dataset...

See the OrderingItems, OrderingLinks and OrderingItemNo in the online
help. There is a good demonstration of these properties in the CSDemo
application in the Samples directory.

HTH

Geoff Worboys
Telesis Computing