Re: Referring to related cell in Filemaker
Re: Referring to related cell in Filemaker
- Subject: Re: Referring to related cell in Filemaker
- From: Wayne Melrose <email@hidden>
- Date: Tue, 9 Oct 2007 17:19:41 +0200
On 09/10/2007, at 5:09 PM, Dan Doughtie wrote: I can’t seem to figure out how to refer to a cell on a layout that is a related cell from another Table/Table Occurrence.
I wanted to copy data out of that field and paste it in another. I tried using the field reference name used in FMP formulas like below to no avail.
set myID to cell "Archive Info::DocumentID" of record 1 of layout "Issues" of document “MyDoc”
Dan --
Dan Doughtie
Refer to database instead of file, and using current record instead of record 1..
tell application "FileMaker Pro" tell database "MyDoc" set myID to cell "Archive Info::DocumentID" of current record of front window end tell end tell
|
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden