Re: FM count records in Jaguar
Re: FM count records in Jaguar
- Subject: Re: FM count records in Jaguar
- From: webguide <email@hidden>
- Date: Thu, 28 Nov 2002 09:28:21 +1100
G'day Dr. Max
>
I've tested this short script in OS X 10.1x and Jaguar and it works
>
in the former but not the latter. Any ideas (FM 5.5v2)? All I want
>
is to count the found records (not all records). If I enclose the
>
command in "tell Database 1 . . . end tell", then it works to give me
>
the entire number of records in the database. But that is not what I
>
want.
Your original script works fine here with jaguar and FMP 5.5v2. You could
also try:
tell application "FileMaker Pro"
tell document 1
set temp to count of records
end tell
end tell
which also works.
cheers
kim
_______________________________________________
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.