Export email

TeeChart for ActiveX, COM and ASP
Post Reply
Bush
Newbie
Newbie
Posts: 50
Joined: Fri Nov 05, 2004 5:00 am

Export email

Post by Bush » Thu Sep 08, 2005 10:19 am

Hi,
Please, is there any method to change the email attachement "filename" by code or by using the showexport.
:cry:
Bush

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 08, 2005 4:04 pm

Hi Bush,

You can try using something like:

Code: Select all

Private Sub Command1_Click()
    With TChart1.Export
        .SaveToFile "c:\MyChart.tee"
        .EmailFile "c:\MyChart.tee"
    End With
End Sub
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Bush
Newbie
Newbie
Posts: 50
Joined: Fri Nov 05, 2004 5:00 am

Post by Bush » Fri Sep 09, 2005 9:18 am

8O
That's all, thx
Bush

Bush
Newbie
Newbie
Posts: 50
Joined: Fri Nov 05, 2004 5:00 am

Post by Bush » Fri Sep 09, 2005 11:32 am

Oeps, :? and the subject? can this be adapted as well ?
Bush

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Sep 09, 2005 11:38 am

Hi Bush,

I'm afraid not. You'll have to manually write it when the generated e-mail is open. I have added this to our wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply