Jump to content
Server Maintenance This Week. ×

multiple faxing


Osman

This topic is 5139 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 years later...

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

Link to comment
Share on other sites

This topic is 5139 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.