Re: Attaching PDF to email using relative path
- From: Matt WIlls <Im@xxxxxxxx>
- Date: Sat, 23 Jun 2007 00:59:08 GMT
In article
<1182553341.359120.320230@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>acuccia@xxxxxxxx
m wrote:
Using FM 8.5 on Mac OS 10.3.9Went through this myself not long ago.
I am having trouble attaching a file to an email using a relative
path. I'm creating a pdf of a record (using Save Records As PDF
script step), and saving it with a relative path (file:Property.pdf).
I am then using the Send Mail script step to create an email with
this file as an attachment, again using the same relative path
(file:Property.pdf). This creates the email but with no attachment.
IfI change the Send Mail step to use an absolute path to the file, it
works.
Any thoughts?
Thanks,
Anthony
In my solution, a PDF invoice is saved to the Desktop using the Script
Variable $$Invoice to name the PDF.
In the Send Email script step, the attachment is specified as
"file:../../../Desktop/$$Invoice"
Seems FileMaker doesn't like "in the clear" paths. You have to use the
dotdot syntax.
Works for me.
Matt
.
- References:
- Attaching PDF to email using relative path
- From: acuccia
- Attaching PDF to email using relative path
- Prev by Date: Re: OSX permission
- Next by Date: Re: OSX permission
- Previous by thread: Attaching PDF to email using relative path
- Next by thread: Re: Attaching PDF to email using relative path
- Index(es):
Relevant Pages
|
|