M
Mike C
I have report with a chart on it. I'm able to export the chart as a jpg by
placing the code below in the OnFormat event.
....
ChartSpecialtyPie.Export "c:\GraphTest.jpg", "JPEG"
Me.ChartSpecialtyPie.Action = acOLEClose
End Sub
The report opens fine and the jpg appears exactly where it should in the
file system. However, when I try to close the report, I keep getting an error
below:
The operation on the chart object failed.
The OLE server may not be registered.
To register the OLE server, reinstall it.
The database then closes out. Any thoughts on this would be fantastic. Thanks!
-Mike
placing the code below in the OnFormat event.
....
ChartSpecialtyPie.Export "c:\GraphTest.jpg", "JPEG"
Me.ChartSpecialtyPie.Action = acOLEClose
End Sub
The report opens fine and the jpg appears exactly where it should in the
file system. However, when I try to close the report, I keep getting an error
below:
The operation on the chart object failed.
The OLE server may not be registered.
To register the OLE server, reinstall it.
The database then closes out. Any thoughts on this would be fantastic. Thanks!
-Mike