Re: Running an applescript from a Filemaker Advanced file (Addressing Problems)
Re: Running an applescript from a Filemaker Advanced file (Addressing Problems)
- Subject: Re: Running an applescript from a Filemaker Advanced file (Addressing Problems)
- From: Malcolm Fitzgerald <email@hidden>
- Date: Thu, 7 Dec 2006 11:09:09 +1100
On 07/12/2006, at 5:22 AM, Peter Baxter wrote:
I am working with a printing system that creates a series of PDF files
from a variety of layouts in Filemaker Pro. The script I wrote works
perfectly when installed locally on a computer, however I wish to use
this script when the file is served by Filemaker Pro Advanced.
The address needs to be changed as the computer accessing the script
is not the local computer and I keep getting it wrong. Can anyone
help me correctly address the script to refer to any computer that
accesses the script via Filemaker Server Advanced?
Look at standard Additions osax, you'll want to specify "user domain":
path to : Returns full path name to the folder or application specified
[from system domain/local domain/network domain/user domain/Classic
domain] -- where to look for the indicated folder
[as type class] -- the type to return: alias or string (default is
alias)
[folder creation boolean] -- Create the folder if it doesn’t exist?
(default is true)
Result : alias -- the path name to the folder or application specified
malcolm
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden