Hello,
Hope anyone can help me here!!
Currently, the email attachment is an RTF file, which is simply created by using the VBA command SendObject. However, SendObject (as far as I know) only supports HTML, Text, Excel, RTF, and SnapShot. However, these format would ingore the graphics, lines and some other formatting options.
Is there anyway I can Email reports as PDF files without much user intervention? I have got Acrobat 7.0 installed on my computer on "C:\PRogram Files\Adobe\Acrobat 7.0".
In a perfect world, here's what I would like the application to do:
1) The user opens the report in Print Preview mode. There's a toolbar button named "Email" that they click on.
2) The "Email" button magically takes the active report, converts it to a PDF file, launches the email software, and attaches the PDF file to it.
3) The user adds additional info to the email message, if desired, and clicks Send to send the email, or can cancel the operation at this point.
Thanks in advance!
Haishan xx
Hope anyone can help me here!!
Currently, the email attachment is an RTF file, which is simply created by using the VBA command SendObject. However, SendObject (as far as I know) only supports HTML, Text, Excel, RTF, and SnapShot. However, these format would ingore the graphics, lines and some other formatting options.
Is there anyway I can Email reports as PDF files without much user intervention? I have got Acrobat 7.0 installed on my computer on "C:\PRogram Files\Adobe\Acrobat 7.0".
In a perfect world, here's what I would like the application to do:
1) The user opens the report in Print Preview mode. There's a toolbar button named "Email" that they click on.
2) The "Email" button magically takes the active report, converts it to a PDF file, launches the email software, and attaches the PDF file to it.
3) The user adds additional info to the email message, if desired, and clicks Send to send the email, or can cancel the operation at this point.
Thanks in advance!
Haishan xx