Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Gathering data for reports
Message
De
07/12/1999 15:54:27
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Gathering data for reports
Divers
Thread ID:
00299994
Message ID:
00299994
Vues:
81
What's wrong with this statement?

public pcTotal
public pcValue
pcValue = Thisform.pageframe1.page2.sz1.displayvalue

SELECT data1.total ;
FROM lumber!data1 ;
WHERE siz = pcValue ;
INTO Cursor totals ;

pcTotal = sum ( totals ) ;


I'm trying to gather all data in the field data1.total, sum it, give it a variable reference, and use it in a report.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform