Subject Re: [IBO] TIB_Query - Incremental Search
Author Paul Vinkenoog
Hi,

> Among your OrderingItems, there must be one like this:
>
> LastName=Complaint.LASTNAME[,Complaint.LASTNAME DESC]

Sorry! If you add the DESC part, you separate the two parts with a
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