I think that would require re-retreiving the data.
The problem we are trying to solve is we are sorting on a non-indexed (and 
never will be)  column.
It was really slow on large datasets so we took the orderby out.
It is lots quicker to just retrieve the data without a sort and then click on 
the appropriate columns.
This sorts the listview instantly.
That's why we want to do the clicking in code.

Dennis


________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig
Sent: Tuesday, December 21, 2010 2:49 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Sorting Variable Lookup Listview

<<
In 7.6,  we want to programmatically click a listview column header so it 
resorts.
Is this doable?
>>

You can update the LOOOKUPWHERECLAUSE for the variable listview with a new 
ORDER BY clause.
--
Larry

Reply via email to