RE: FileMaker ... setting fields via AppleScript without
RE: FileMaker ... setting fields via AppleScript without
- Subject: RE: FileMaker ... setting fields via AppleScript without
- From: David Crowe <email@hidden>
- Date: Wed, 16 Apr 2003 14:55:12 -0700
Malcolm;
I don't quite understand this either. I couldn't find any reference
to this in the AppleScript manual, but it seems to allow you to set a
property of an object.
- David Crowe
Message: 12
Date: Wed, 16 Apr 2003 10:40:51 +1000
To: email@hidden
From: Malcolm Fitzgerald <email@hidden>
Subject: RE: FileMaker ... setting fields via AppleScript without
carrying
>Tell app "Finder"
set myfile to choose file
set {text:mypath} to myfile as string
>end tell
I don't understand this. It looks like it sets the properties of
mypath's record. Would someone smart explain?
Nor do I understand this, same thing but this time addressing a FMP cell:
My FileMaker commands now look like:
set {text:cell "Document Title"} to Title
It seems that Filemaker and the Finder both accept this method. How
can we determine what properties of an object may be addressed in
this way?
_______________________________________________
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.