Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chart sample
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01339357
Message ID:
01339377
Vues:
18
Yes Naomi, it's FoxCharts

I just would like to display a pizza chart with 12 pieces, where each piece has a month name,
and the sum of the numeric field on it

I tried the SQL code below, and got a 2 column cursor:

SELECT cMonth(Date) AS Month, SUM(Price) AS Sum ;
FROM Financial ;
GROUP BY Month(Date) ;
INTO CURSOR TempCursor

However I could not insert the code in the init method of the sample form I downloaded from this site,
because the sample has more columns in the cursor, and my cursor results in error

Any help will be welcome


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

Click here to load this message in the networking platform