Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index Question
Message
 
To
02/07/2002 13:09:48
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00674581
Message ID:
00674588
Views:
20
Hello Steven

first off I wouldn't do a filter I would do a SQL, then you can do a "order by"

select * ; &&field list
from Table ; &&table path and name, or just name
where a = a ; && your filter statement
order by a ; && set your order
into && into cursor (temp table in memory) or into table name.dbf

and put the table on the endusers pc and delete the file on your way out of the form


just a thought

hope this helps

>I am filtering records from my table for grid population. I need the records to be in numerical order. How can I do a temporary order of the records. I tried Index To but I writes a file which I really don't need.
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform