Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to insert a graph in a report?
Message
From
19/11/1998 10:50:46
 
 
To
04/02/1998 12:21:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00076259
Message ID:
00159286
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform