Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HOW TO UPDATE A CHART
Message
De
04/02/1997 20:09:11
 
 
À
04/02/1997 15:18:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00019188
Message ID:
00019291
Vues:
46
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform