cancel
Showing results for 
Search instead for 
Did you mean: 

VB6 with CR Charts

Former Member
0 Kudos

Hello.

I'm using "Visual Basic 6" with "Crystal Reports 8' . I have an application that calls an SP, it fills a grid (like ms excel) and then generates a chart on ole plus excel base with the columns selected. It became hard to modify and control, plus it takes a lot of time to create and show the chart.

Is there a way to dinamycally, create a chart (any style) from a grid control or temp table on Crystal Reports? and if so, any help or link to a manual would help.

thanks for reading.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

From a grid control, no. Unless you feed that into a recordset and have the report consume that. You'd essentially be wanting to create a report on when used to be called TTX files. Search the [notes|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true] database for tips and also search the [articles|https://www.sdn.sap.com/irj/sdn/businessobjects-articles] for more info.

Temp table may be a better option. To create the report, I'd preserver the temp table so that you can actually create the report in the CR designer, then at runtime, you can recreate the table and point the report at the new table to see new data.

Ludek

Answers (1)

Answers (1)

0 Kudos

For more info and assistance creating Reports post your question in the Report Design forum