Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index Question
Message
 
À
02/07/2002 13:09:48
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00674581
Message ID:
00674588
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform