Re: Referring to related cell in Filemaker
Re: Referring to related cell in Filemaker
- Subject: Re: Referring to related cell in Filemaker
- From: Bruce Robertson <email@hidden>
- Date: Tue, 09 Oct 2007 12:20:50 -0700
> 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
> Augusta, GA
1. Why use Applescript for something that Filemaker can do simply and
natively?
2. In general is best to avoid copy/paste. Leave the user's clipboard data
undisturbed. You can use set field.
3. Try "get data"
Get data cell "Archive Info::DocumentID" of record 1 of layout "Issues" of
document "MyDoc"
Set myID to result
_______________________________________________
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