Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ole Graphs in VFP6
Message
De
14/05/2000 19:58:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Ole Graphs in VFP6
Divers
Thread ID:
00369426
Message ID:
00369426
Vues:
58
Hi, could someone please help.

I have created a graph through the query maker wizard and saved the graph to a table. Why is it that every time I update the graph with new values, the memo part of the table seems to grow. I am using the code displayed below, which is based on VFP Solutions.

Thank you in advance

Regards,
Mike Mayo

Code used
---------

currbuff=select()

#Define crlf CHR(13)+CHR(10)
#Define TAB CHR(9)
#Define ret_loc ""

Local lcdata

Select groupgraph

lcData = " " + TAB + RET_LOC + CRLF

Go top
Scan while !eof()
lcdata = lcdata + alltrim(month)
lcdata = lcdata + TAB
lcdata = lcdata + ALLTRIM(STR(xvalue)) + crlf
Endscan

Select grpdisgraph
Append GENERAL olegraph DATA lcdata

Select(currbuff)
Répondre
Fil
Voir

Click here to load this message in the networking platform