|
Larry, Thanks. That works. I never considered using a view because the table is currently ordered (an unlikely to ever get out of order because the PK is an autonumber). I just issued CREATE VIEW myview AS SELECT cols FROM mytable ORDER BY mycol. I still don't see why R:BASE does not sort the LISTOF. If I understand the normal SELECT process vs. SELECT with an ORDER BY it goes like this: NORMAL ORDER BY Find all matches Find all matches Display them as found Sort them Display them I though the sorting after all items are found was what caused the slight delay when an ORDER BY clause is used. I though that a similar process would be used with LISTOF NORMAL LISTOF Order BY LISTOF Find matches Find matches Load into list Sort them Display Load list Display Thanks, Jason Jason Kramer University Archives and Records Management 002 Pearson Hall (302) 831 - 3127 (voice) (302) 831 - 6903 (fax) On 3/23/2010 10:28 AM, Lawrence Lustig wrote:
|
- [RBASE-L] - Re: LISTOF question Lawrence Lustig
- [RBASE-L] - Re: LISTOF question Jason Kramer
- [RBASE-L] - Re: LISTOF question Lawrence Lustig
- [RBASE-L] - Re: LISTOF question Alastair Burr
- [RBASE-L] - Re: LISTOF question Emmitt Dove
- [RBASE-L] - Re: LISTOF question James Bentley
- [RBASE-L] - Re: LISTOF question Lawrence Lustig

