Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do this?
Message
 
À
02/01/2000 18:31:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00311422
Message ID:
00316981
Vues:
12
For this:

1- You can use SQL and filter using the clause WHERE and not process all records..
SELEC SUM(?) From ? Where Field=Condition

NOTE: If you use buffering, this is not the best way. SQL no "see" the changes in the buffer..

OR..

2- Use SUM with FOR clause OR
3- Create SCAN..ENDSCAN loop
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform