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

Click here to load this message in the networking platform