Reporting Charts

M

Mauricio Silva

I have a form where I can set parameters for a chart and preview it on screen.
I also have a report where I'd like to see the same chart, but I haven't
been able to copy the RowSource from my form.chart1 to report.chart1. I
always get the error:

Run time error: 2455
You entered an expression that has an invalid reference to the property
RowSource

obs.: I've been trying to copy it at OnOpen, OnActivate and OnClick events,
with the same unsuccess.

What can I do?

Mauricio Silva
 
Top