Yeti Posted January 29, 2001 Posted January 29, 2001 I'd like to save records in Filemaker (such as important faxes). I'd probably need an applescript to do this but I have absolutely no idea what I'm up against. I read the help files etc., and experimented around a bit, but I still find it difficult. Can anybody tell me how to accomplish this? Or is there another way to save single records anywhere else on my computer? ------------------ Yeti
BobWeaver Posted January 29, 2001 Posted January 29, 2001 What software do your faxes come from? If you have scriptable fax software, you should be able to make a script to copy the current fax and then paste it into filemaker. A script might look like this: code: tell application "MyFaxApplication" copy current document to MyImportantFax end tell tell application "Filemaker Pro" create new record with data MyImportantFax end tell This would create a new filemaker record in the current database, and put the fax document into the first defined field.
BobWeaver Posted January 31, 2001 Posted January 31, 2001 What kind of file is your network file? Is it another Filemaker database, or something else? Or, do you want to save each fax as a separate file?
Yeti Posted February 1, 2001 Author Posted February 1, 2001 No! I put this all wrong! I'm sorry, what I meant to ask is the following: I'd like to save faxes FROM Filemaker into/onto the networkfile where all the documents go that belong to tha same project. So it doesn't have to go in, it has to go out! Phew, I hope this makes sense.... ------------------ Yeti
Yeti Posted February 2, 2001 Author Posted February 2, 2001 The place wehere I'd like to store the faxes is, for example, the harddisc of the computer. So it's not a filemaker file where I'd like to keep them. Hope this helps.... ------------------ Yeti
BobWeaver Posted February 5, 2001 Posted February 5, 2001 I don't really think you need AppleScript to do this. Just set up a regular Filemaker script that exports your fax records to a text file. I can't be more specific without more information about how your database is set up, and what kind of file format that you want to save the faxes in.
Recommended Posts
This topic is 8691 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