Re: AppleScript Read file in Filemaker
Re: AppleScript Read file in Filemaker
- Subject: Re: AppleScript Read file in Filemaker
- From: Walter Ian Kaye <email@hidden>
- Date: Wed, 18 Feb 2004 23:58:14 -0800
At 08:02a +1100 02/19/2004, Malcolm Fitzgerald didst inscribe upon an
electronic papyrus:
At 5:49 AM -0800 18/2/04, Jim Marschke wrote:
I have an AppleScript which I run from within FileMaker using the
[perform Applescript] script step. This script reads data from a
text file in chunks so my database can process it.
As others have pointed out, it's a language conflict. You don't need
to call the finder or any other application. You can type the raw
codes for the event and FMPro will be happy.
read: +class wrre;
write: +class wrwr;
There won't be any chevrons in the raw codes by the time you see
them but there should be.
Uhh, not only that, but those were class codes not event codes.
Of the form <<event clssidid>>.
With a little help from ResFool:
<<event rdwrread>>
<<event rdwrwrit>>
-boo
wondering where Malcolm got his classes
_______________________________________________
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.