The chart is in the detail section of a sub-report, which is in the detail
section of the main report.
I added a code line in the sub-report's detail section Format event as
suggested, but this did not solve the problem.
Any other ideas?
"fredg" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mon, 23 Aug 2004 06:07:06 GMT, WebbTech wrote:
>
> > Sometimes the chart on my report displays old data when I print the
report.
> > This is the data that was correct at the time I created the chart, but
this
> > data has since been deleted.
> >
> > How can I force the chart to refresh its data every time it prints?
>
> What section of the report is the chart in?
> Which ever section it is, add a line of code to that section's Format
> event:
>
> Me!OLEUnboundName.Refresh
>
> Use the correct name of the OLE control.
> If that doesn't do it, then post back.
> --
> Fred
> Please only reply to this newsgroup.
> I do not reply to personal email.
|