Hi,
Please, is there any method to change the email attachement "filename" by code or by using the showexport.
Bush
Export email
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Bush,
You can try using something like:
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |