• 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: Filemaker portal fields
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker portal fields


  • Subject: Re: Filemaker portal fields
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Sun, 8 Apr 2001 13:02:52 +1000

You'll probably find it easier to pass instructions directly to the database that is being displayed by the portal. It's fast and easy. Look at the "Show" command in the Filemaker applescript reference database for more information.

Start with

tell app "filemaker pro"
set related_ID to cell "_ID" of current record of window 1
show every record of database "the_related_one" whose cell "_ID" is related_ID
-- or something that makes sense on your computer.
end tell


Notice that "Show" does not mean "bring the window to the front", it's more like "Find".


Message: 15
Date: Fri, 06 Apr 2001 15:16:17 -0600
Subject: Filemaker portal fields
From: Applescript Member <email@hidden>
To: <email@hidden>

Is there a way to reference Filemaker (5) portal fields/rows in applescript
and perform a loop on the sequence of portal rows?

Thanks,
Jeff
email@hidden


--
Malcolm Fitzgerald
Database Manager
The Australian Society of Authors

email@hidden ph:02 93180877 fax: 02 93180530
http://www.asauthors.org
--
Malcolm Fitzgerald

ph: 02 9130 6124 email@hidden


  • Prev by Date: Re: Path to a file
  • Next by Date: Re: Archive on Goggle
  • Previous by thread: Filemaker portal fields
  • Next by thread: Stable, CPU-friendly periodic task scheduling
  • Index(es):
    • Date
    • Thread