Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / FileMaker Topics / August 2008

Tip: Looking for answers? Try searching our database.

Is this feasible in Filemaker?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sovageorge@gmail.com - 27 Aug 2008 16:29 GMT
I am using FM 9.3 to create a reference library for documents needed
in valuation of various financial assets. A table called Muni Bonds
has a field containing a URL of the document describing the bond in
detail. This document is in the PDF format, and could be anywhere from
5 to 100 pages. A button on the screen opens up the document if the
user needs to read the document

However, sometimes the user needs to email the entire document to a
third party for further opinion. I would like to email the document
using Send Mail script, but unfortunately the Attach File option in
the script does not allow to calculate the file path of the document
to be attached.

Is there some other way this could be accomplished? I was thinking
about a container, but am stumped.

Please help.
Martin Trautmann - 27 Aug 2008 16:50 GMT
>  I am using FM 9.3 to create a reference library for documents needed
>  in valuation of various financial assets. A table called Muni Bonds
[quoted text clipped - 11 lines]
>  Is there some other way this could be accomplished? I was thinking
>  about a container, but am stumped.

Personally, I would not recommend to send PDFs within mail, instead of
sending the URL instead.

On Mac you might use AppleScript and unix commands to handle this task.
Same should be possible for Win.

Just as an untested idea: create the file path for a container,
copy/paste the content for a copy within FMP, attach this content.

- Martin
Nicolay Flaaten - 27 Aug 2008 16:51 GMT
> I am using FM 9.3 to create a reference library for documents needed
> in valuation of various financial assets. A table called Muni Bonds
[quoted text clipped - 13 lines]
>
> Please help.

You can spesify a filepath as a variable $savedfile like this:
"file:" & Get ( DesktopPath )&Invoicenumber&".pdf"

When using the send mail script, you checks the attach file and writes
$savedfile

Then the saved file will be attached and sendt with the mail.

Nicolay
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.