MACSCRPT Archives

March 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Bill Steele <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Tue, 28 Mar 2006 16:35:00 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
In a Filemaker 8 layout I have Fields "name" "address" "phone"

Address and phone are set to display data from another database of 
names, addresses, etc., linked to name.

In Applescript I can say

tell application "Filemaker Pro"
set foo to cell "name:" of current record
end tell

But

set foo to cell "address" of current record returns "Object not found"

How do I access a related record in Applescript?  Preferably without 
opening the other table.
-- 

Bill Steele
[log in to unmask]

ATOM RSS1 RSS2