Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOW TO UPDATE A CHART
Message
From
04/02/1997 15:18:13
 
 
To
03/02/1997 20:40:05
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00019188
Message ID:
00019248
Views:
42
>I have created a chart with MSGRAPH and placed it on my report form. It has special font and alignment changes in it. In the MS Knowledge Base I only find info on how to creat a new chart programatically. This does not allow for special formating changes. I am looking for the code to update my chart based on the following:
>
>DBF is statb.dbf
>Fields are : date, price
>
>Thank in advance.

You do your query, then generate the graph. Then,

DO UPDATEGRPH IN GENGRAPH.APP WITH "Graph.DBF", lnGraphNo

where Graph.Dbf is the table that contains the graph and lnGraphNo is the record number in the table.

This is documented in several KB articles. Go to http://www.microsoft.com/vfoxprosupport and search for GENGRAPH.

Craig
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform