Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chart sample
Message
De
17/08/2008 17:58:13
 
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:
01339391
Vues:
20
Does anybody have a chart sample using only 2 fields : month and sum ?

I got the code below here in the forum, now I want to send it to a chart

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


You may find it helpful to go to the tools and utilities page of my web site and downloading my conference presentation entitled "Creating Graphs in VFP". There are code samples and a white paper that explain how to create charts using Excel Automation, MS Graph, Office Web Components, and MSchart.ocx.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform