Subject | Re: [IBO] TIB_Query - Incremental Search |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-09-09T22:06:58Z |
Hi,
semicolon, not a comma! Commas are used if you order on multiple
columns of course:
ThisHereItem=SortCol1,SortCol2;SortCol1 DESC,SortCol2 DESC
Grtz,
Paul Vinkenoog
> Among your OrderingItems, there must be one like this:Sorry! If you add the DESC part, you separate the two parts with a
>
> LastName=Complaint.LASTNAME[,Complaint.LASTNAME DESC]
semicolon, not a comma! Commas are used if you order on multiple
columns of course:
ThisHereItem=SortCol1,SortCol2;SortCol1 DESC,SortCol2 DESC
Grtz,
Paul Vinkenoog