Re: FileMaker question
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.