Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Total Several columns of a grid.
Message
De
20/10/1999 16:24:55
 
 
À
20/10/1999 16:18:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00278918
Message ID:
00279071
Vues:
14
If you use a select to sum this will not disturb the grid's recordsource.


Select ;
SUM( Miles ) AS nTotMiles, SUM( Units ) AS nTotUnits ;
FROM table ;
INTO CURSOR qTotAmounts


lnTotAmounts = qTotAmounts = table.nTotMiles
<\PRE>

etc.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform