Subject Re: [IBO] Multiple column sorting
Author James Chua
Hi Alfred
To do a multiple column sorting just add the column that you want like this.

originally you have
Company=coy_name; coy_name desc;

for multi column ... lets say you want to sort first by the company type
and its name your order link will be

Company=companytype,coy_name; companytype desc, coy_name desc;


Alfred Seetoh wrote:

> I followed the sample to implement sorting in a grid, but I have no
> idea how to do multiple column sorting.
>
> The other thing I don't understand is the format of the OrderingItems
> (Eg. Company=COY_NAME;COY_NAME DESC) and OrderingLinks (Eg.
> COY_NAME=ITEM=1) properties. Why must they be in the ???=??? format?
> What does the portion before and after the '=' represent? Sorry to
> ask such a question, but I reckon if I can't understand what they
> mean, I won't be able to use them effectively.
>
> Alfred
> Software Engineer
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> <http://rd.yahoo.com/SIG=12c5k0k2d/M=267637.4116730.5333196.1261774/D=egroupweb/S=1705007183:HM/EXP=1070381288/A=1853618/R=0/*http://www.netflix.com/Default?mqso=60178338&partid=4116730>
>
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
> InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
> papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.