Osman Posted April 16, 2007 Posted April 16, 2007 Hi, I search the archive but I cant find appropriate solution for me. I want to send invoices via fax for multiple records (so the content of the fax message is depend on the data in the fields for each record). How can I do that, is any additional application or plugin required. If it is yes, which one do you advise? Thanks in advance. osman cabi
jamesducker Posted April 16, 2007 Posted April 16, 2007 If you are using a mac, I'd suggest you write a FileMaker script which: - finds the first fax - export current records as a PDF called "fax.pdf" - sets a variable called "$AppleScript" to: "do shell script "lp -d Internal_Modem -o phone=" & faxNumber & " /Volumes/MacHD/FileMaker_database_folder/fax.pdf"" where 'faxNumber' is your fax number field - does a 'perform applescript', which should be set to 'calculated Applescript', the calculation being simply $AppleScript ie the variable defined above. - loops on to the next document to be faxed and repeats. Hope this helps. For more on the actual faxing bit, which is a shell (terminal) command called by an AppleScript, see http://www.macosxhints.com/article.php?story=20031128150928128 Best of luck James
Osman Posted April 17, 2007 Author Posted April 17, 2007 Thaks for your response, but (unfortunately) I must do it on windows pc (WinXP)
Peter Lehrack Posted March 31, 2010 Posted March 31, 2010 I tried "do shell script "lp -d Internal_Modem -o phone=" & faxNumber & " /Volumes/MacHD/FileMaker_database_folder/fax.pdf"" using my Multifunction Printer's queue and the file simply printed, it did not fax. Any thoughts? Thanks, Peter
Recommended Posts
This topic is 5419 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