Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOW TO UPDATE A CHART
Message
From
04/02/1997 20:09:11
 
 
To
04/02/1997 15:18:13
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00019188
Message ID:
00019291
Views:
44
>>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


I don't believe GENGRAPH works in VFP5.0 it requires that you call GENGRAPH with DO (_GENGRAPH) with "MYDATA"
I can't seem to get UPDATEGRPH to work here
Previous
Reply
Map
View

Click here to load this message in the networking platform