Page 1 of 1

Default save dir TeeExport

Posted: Tue Oct 18, 2005 1:48 pm
by 9340045
Hi!
I want to use TeeExport but can't find any solution to point to a predefined directory. Is there a way to do this?

Posted: Tue Oct 18, 2005 2:01 pm
by narcis
Hi Linus,

Yes, you can do something like:

Code: Select all

  SaveChartToFile(Chart1,'c:\temp\myChart.tee',True);

Posted: Tue Oct 18, 2005 2:28 pm
by 9340045
Hi, and thanks for the answer!

The problem is that i still want to use the Export dialog before i save the chart, so it is the "save buttons" directoty in the teechart export dialog i want to change.

Posted: Tue Oct 18, 2005 2:32 pm
by 9340045
Code for explanation

I use today:

TeeExport(Self,TrendChart);

What i want

TrendChart.??.SetSaveDir('Dir');
TeeExport(Self,TrendChart);

Posted: Mon Oct 24, 2005 10:42 am
by Pep
Hi,

this cannot be done with the existing version, however I've added it on our wish list to be considered for the next releases.