Re: Filemaker found set
Re: Filemaker found set
- Subject: Re: Filemaker found set
- From: Simon Forster <email@hidden>
- Date: Wed, 19 Nov 2003 22:09:48 +0000
On 19 Nov 2003, at 21:02, John Dulion wrote:
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
Just tell document "First-List 0.fp5". "Database" references the
database, "document" references the specified database in its current
state - i.e. found set etc.
HTH
Simon Forster
____________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
____________________________________________
_______________________________________________
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.