Filemaker found set
Filemaker found set
- Subject: Filemaker found set
- From: John Dulion <email@hidden>
- Date: Wed, 19 Nov 2003 16:02:32 -0500
What is the correct verbiage to use only the found set of records
within Filemaker.
If I have found set of 14 records and 16 total records. My script will
repeat through all 16.
The script text I am using is:
tell application "FileMaker Pro"
activate
tell database "First-List 0.fp5"
tell document 1
set recordCount to count of records
--script body
end tell
end tell
end tell
I am using OS X 10.2.8, FMP 6.04 and Script Debugger 3.06.
_______________________________________________
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.