FM count records in Jaguar
FM count records in Jaguar
- Subject: FM count records in Jaguar
- From: "Dr. Max Bonilla" <email@hidden>
- Date: Wed, 27 Nov 2002 13:03:26 -0600
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. TIA
Max
tell application "FileMaker Pro"
set temp to count of records
end tell
_______________________________________________
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.