Page 1 of 1

Export email

Posted: Thu Sep 08, 2005 10:19 am
by 9524808
Hi,
Please, is there any method to change the email attachement "filename" by code or by using the showexport.
:cry:
Bush

Posted: Thu Sep 08, 2005 4:04 pm
by narcis
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

Posted: Fri Sep 09, 2005 9:18 am
by 9524808
8O
That's all, thx
Bush

Posted: Fri Sep 09, 2005 11:32 am
by 9524808
Oeps, :? and the subject? can this be adapted as well ?
Bush

Posted: Fri Sep 09, 2005 11:38 am
by narcis
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.