Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to insert a graph in a report?
Message
De
19/11/1998 10:50:46
 
 
À
04/02/1998 12:21:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00076259
Message ID:
00159286
Vues:
33
Hi, Cetin!
I've tried to use your advice how to change type of graph in report
changing graphtype and graphsubtype constants by it was ignored.
Could you give me a hint where my problem can be.

Thanks in advance.

Here is an example from my program

**************************
Tab = CHR(9)
Crlf = CHR(13) + CHR(10)
pcData = ""

SELECT Scac,weight from myTable into table da_g group by scac

SCAN
pcData = pcData + Tab + Scac
ENDSCAN
pcData = pcData + Crlf + 'SCAC'
SCAN
pcData = pcData + Tab + STR(Weight)
ENDSCAN
graphType = 5
graphsubType = 3

graphType = 5
graphsubType = 5

SELECT DA_CHART

CREA CURSOR g_temp (ch_name C(50),olegraph g)
APPEND BLANK
APPEND GENERAL OleGraph DATA pcData CLASS "MSGraph.Chart.8"

REPORT FORM CHARTS preview
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform