Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gathering data for reports
Message
 
À
07/12/1999 15:54:27
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00299994
Message ID:
00300059
Vues:
38
I think is more easy :

public acTotal[1] &&Array!
pcValue = Thisform.pageframe1.page2.sz1.displayvalue

SELECT SUM(data1.total) ;
FROM lumber!data1 ;
WHERE siz = pcValue ;
INTO ARRAY acTotal

Note: Perhaps it is necessary to create the variable in the generator of reports (by variables) to be able to print it.
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