Re: applescript-users digest, Vol 3 #1485 - 10 msgs
Re: applescript-users digest, Vol 3 #1485 - 10 msgs
- Subject: Re: applescript-users digest, Vol 3 #1485 - 10 msgs
- From: MR <email@hidden>
- Date: Fri, 28 Mar 2003 16:08:38 -0900
The following script runs in Filemaker Pro 5.5 and was successful due
to a lot of help from some of you out there - and it works great under
OS 10.2.4, the computer I use.
However, the final person that will be using it has 9.2.2 on her Mac
and when I tested it on her machine it came up with the following error;
"Finder got an error: Bad Name file.some object"
After clicking on the OK in the error window it did put a folder on the
desktop named "Untitled". I remember reading here or somewhere that
Applescript works different under OS X than in OS earlier. What do I
need to change or modify to get this to work under 9.2.2?
On Tuesday, March 18, 2003, at 04:00 PM, Filemaker Experts wrote:
Perform Applescript [ Script Attachability: Script Text:
"set x to cell "report_date_start" as string
set y to cell "report_date_end" as string
try
tell application "Finder"
make new folder at desktop with properties {name: "Rev Rpt "
& x & " to " & y}
end tell
on error my Err
display dialog myErr
end try"]
Thanks again for all the help I have received here!
Mike
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.