Re: FileMaker Pro, get ID's of records found
Re: FileMaker Pro, get ID's of records found
- Subject: Re: FileMaker Pro, get ID's of records found
- From: pfterry <email@hidden>
- Date: Sun, 24 Nov 2002 15:07:58 -0600
On 11/24/02 1:18 PM, "Pieter van Helvoirt" <email@hidden>wrote:
>
Hi there,
>
>
Does anyone know how to get a list with the FM record id's of all
>
records found?
>
>
>
Any suggestions?
>
>
Regards,
>
Pieter van Helvoirt
>
Pieter,
Is this what you mean?
tell application "FileMaker Pro"
--do your find first
get ID of every record as list
end tell
At least in FMP 6.0 this returned a list of the record Ids.
pf
_______________________________________________
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.