Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Last 10 records based on a condition
Message
 
 
À
30/12/2001 23:20:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00599284
Message ID:
00599293
Vues:
27
>>Try
Select mytable
>>SET ORDER TO
>>SET FILTER TO < your condition >
>>GO BOTTOM
>>SKIP -9
>>COPY REST TO result
>>
>
>Yes, that would work. I thought of that in the first place. It's just that I don't want to use any SET FILTER command. Otherwise, I would have to take care of resetting it after and this may cause some problems on other logics especially if maintained by other developers.

In this case you can open table again
USE mytable again IN 0 ALIAS temp1
Select temp1
* the rest of code
...
USE IN temp1
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform