hmedia Posted April 24, 2006 Posted April 24, 2006 Hi there, I have a whole bunch of contact records with email addresses, and a whole bunch of PDFs that I need to send out to the right person. The title of each PDF includes a page number of a book spread I need a particular contributor to read and sign off. I have that same page number in the record where the info on the contributor resides. Is there a way to conditionally attach the corresponding PDF to the correct person's email? Please help.
Genx Posted April 24, 2006 Posted April 24, 2006 Depends... how are you storing the pdf... in the file, relative to your filemaker file? Either way you would specify your attachment to be a calculation and assuming your pdf's were named 1, 2 and 3 (representing the pages 1, 2 and 3 respectively) Case(YourTable::YourPageNumberField = "1" ; filepath to page 1 pdf; YourTable::YourPageNumberField = "2" ; filepath to page 2 pdf; YourTable::YourPageNumberField = "3" ; filepath to page 3 pdf) Hope this helps ~Genx
Recommended Posts
This topic is 6780 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now