Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chart sample
Message
From
17/08/2008 17:58:13
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01339357
Message ID:
01339391
Views:
21
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform