• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Referring to related cell in Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Referring to related cell in Filemaker (From: Dan Doughtie <email@hidden>)

  • Prev by Date: Referring to related cell in Filemaker
  • Next by Date: Re: folder actions
  • Previous by thread: Referring to related cell in Filemaker
  • Next by thread: Re: Referring to related cell in Filemaker
  • Index(es):
    • Date
    • Thread