Re: Finding Items Within A Folder (Filemaker) AS
Re: Finding Items Within A Folder (Filemaker) AS
- Subject: Re: Finding Items Within A Folder (Filemaker) AS
- From: John Haley <email@hidden>
- Date: Wed, 03 Oct 2001 14:19:48 -0500
In your second tell to FileMaker shouldn't you tell FileMaker to go to the
next record?
Also, I think you usually want to tell FileMaker which database to talk to
as a rule, therefore you should have a second tell statement...
tell application "FileMaker"
tell document "My Photo Database"
--do stuff
go to record after current record
end tell
end tell