• 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 question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileMaker question


  • Subject: Re: FileMaker question
  • From: "Olivier Berquin [Microscript]" <email@hidden>
  • Date: Fri, 13 Feb 2004 15:58:52 +0100

Le 13/02/04 7:00, email@hidden a icrit :

> The example below will work if all records are shown by FileMaker, but if I
> have conducted at search so that only subset is shown, it seems that the
> script looks for records only among the search result, not among all
> records, which is what I need.


Hi Richard,

You can use something like this:

set myDB to "path to your database's file"

tell application "FileMaker Pro"
show layout 1 of database myDB
show every record of database myDB
set myNumberOfRecords to count of record of database myDB
end tell


HTH


Oli.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Bytes into integer
  • Next by Date: Re: Bytes into integer
  • Previous by thread: Re: FileMaker question
  • Next by thread: Bytes into integer
  • Index(es):
    • Date
    • Thread