Hi
i woud like to Link a Chart (with some Series, Custom Axis etc.) as Source to an other Chart - it's possible to transfer all things from .. to ...?
best regards
Matthias
ChartLink
Hi Matthias,
If you want to copy both (data + settings) then the best way is exporting the Chart to native Tee file and then import it from the another Chart.
If you want to copy both (data + settings) then the best way is exporting the Chart to native Tee file and then import it from the another Chart.
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Josep
ok, that's one way, but SaveToStream an LoadFrom Stream seems to by a better way for me... like this below - how do i use .ClearChart to load an other Stream?
MyStream = Form_OberflaechenWasserChemie.tChart1.Export.asNativeSaveToStream(True)
Report_rptDiagramm.tChartReport.Import.LoadFromStream modOberflaechewasserChemie.MyStream
DoCmd.OpenReport "rptDiagramm", acViewPreview
Best regards Matthias
ok, that's one way, but SaveToStream an LoadFrom Stream seems to by a better way for me... like this below - how do i use .ClearChart to load an other Stream?
MyStream = Form_OberflaechenWasserChemie.tChart1.Export.asNativeSaveToStream(True)
Report_rptDiagramm.tChartReport.Import.LoadFromStream modOberflaechewasserChemie.MyStream
DoCmd.OpenReport "rptDiagramm", acViewPreview
Best regards Matthias