Re: Problem with FMP 10.0v1 OS X 10.5.8
Re: Problem with FMP 10.0v1 OS X 10.5.8
- Subject: Re: Problem with FMP 10.0v1 OS X 10.5.8
- From: Wayne Melrose <email@hidden>
- Date: Tue, 24 Nov 2009 13:35:27 +0100
On 24. nov. 2009, at 13.29, Mark Lawrence wrote: Hi all,
The following code always fails at the line set cell "email" to "something" with an object not found error. The field email is on the active layout so what am I doing wrong?
tell application "FileMaker Pro" tell database "Contacts DB" tell table "Contacts DB" try delete every request end try set theFindRequest to create new request tell theFindRequest set cell "email" to "something" find if (count of records) is greater than 0 then --do something else --- do the rest end if end tell end tell end tell end tell __________________
Are you sure that the current layout has Contacts DB as the main table?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden